#E0BB4C

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

Shades of Ronchi #E0BB4C

Tints of Ronchi #E0BB4C

Color information

#E0BB4C (or 0xE0BB4C) is unknown color: approx Ronchi. HEX triplet: E0, BB and 4C. RGB value is (224,187,76). Sum of RGB (Red+Green+Blue) = 224+187+76=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB4C is #1F44B3. Grayscale: #B9B9B9. Windows color (decimal): -2049204 or 5028832. OLE color: 5028832.

HSL color Cylindrical-coordinate representation of color #E0BB4C: hue angle of 45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0BB4C is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22418776-
CMYK00.170.660.12
HSL45º70.48%58.82%-
HSV(B)45º66.07%87.84%-
XYZ49.8251.9114.23-
YUV185.4166.26155.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 76 (30.08% from 255) = 15.61%
R=46.00%
G=38.40%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241877600.170.660.124570.4858.82
HexE0BB4C01142C2d463b
Octal340273114021102145510673
Binary11100000101110111001100010001100001011001011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BB4C; }

 p { color: rgb(224,187,76); }

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

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

 a { background-color: rgb(224,187,76); }

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

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

 span { border-color: rgb(224,187,76); }

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