#E4B34C

Color #E4B34C Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #E4B34C

Tints of Ronchi #E4B34C

Color information

#E4B34C (or 0xE4B34C) is unknown color: approx Ronchi. HEX triplet: E4, B3 and 4C. RGB value is (228,179,76). Sum of RGB (Red+Green+Blue) = 228+179+76=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B34C is #1B4CB3. Grayscale: #B6B6B6. Windows color (decimal): -1789108 or 5026788. OLE color: 5026788.

HSL color Cylindrical-coordinate representation of color #E4B34C: hue angle of 40.66º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4B34C is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB22817976-
CMYK00.210.670.11
HSL40.66º73.79%59.61%-
HSV(B)40.66º66.67%89.41%-
XYZ49.4249.2613.74-
YUV181.9168.23160.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 76 (30.08% from 255) = 15.73%
R=47.20%
G=37.06%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281797600.210.670.1140.6673.7959.61
HexE4B34C01543B294a3c
Octal344263114025103135111274
Binary11100100101100111001100010101100001110111010011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B34C; }

 p { color: rgb(228,179,76); }

 H1.HeaderClassName
 {
   color: #E4B34C;
 }
 .AnyTagClassName
 {
   color: #E4B34C;
 }
</style>
background-color css

<style>
 a { background-color: #E4B34C; }

 a { background-color: rgb(228,179,76); }

 div.DivClassName
 {
   background-color: #E4B34C;
 }
 .BgClassName
 {
   background-color: #E4B34C;
 }
</style>
border-color css

<style>
 span { border-color: #E4B34C; }

 span { border-color: rgb(228,179,76); }

 td.TdClassName
 {
   border-color: #E4B34C;
 }
 .TagClassName
 {
   border-color: #E4B34C;
 }
</style>