#e0b15b

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

Shades of Rob Roy #E0B15B

Tints of Rob Roy #E0B15B

Color information

#E0B15B (or 0xE0B15B) is unknown color: approx Rob Roy. HEX triplet: E0, B1 and 5B. RGB value is (224,177,91). Sum of RGB (Red+Green+Blue) = 224+177+91=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B15B is #1F4EA4. Grayscale: #B5B5B5. Windows color (decimal): -2051749 or 6009312. OLE color: 6009312.

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

Color convert

RGB22417791-
CMYK00.210.590.12
HSL38.8º68.21%61.76%-
HSV(B)38.8º59.38%87.84%-
XYZ48.3548.0516.62-
YUV181.2577.07158.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.53%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 91 (35.94% from 255) = 18.50%
R=45.53%
G=35.98%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241779100.210.590.1238.868.2161.76
HexE0B15B0153BC27443e
Octal34026113302573144710476
Binary1110000010110001101101101010111101111001001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b15b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b15b; }

 p { color: rgb(224,177,91); }

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

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

 a { background-color: rgb(224,177,91); }

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

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

 span { border-color: rgb(224,177,91); }

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