#E0B24B

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

Shades of Rob Roy #E0B24B

Tints of Rob Roy #E0B24B

Color information

#E0B24B (or 0xE0B24B) is unknown color: approx Rob Roy. HEX triplet: E0, B2 and 4B. RGB value is (224,178,75). Sum of RGB (Red+Green+Blue) = 224+178+75=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B24B is #1F4DB4. Grayscale: #B4B4B4. Windows color (decimal): -2051509 or 4960992. OLE color: 4960992.

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

Color convert

RGB22417875-
CMYK00.210.670.12
HSL41.48º70.62%58.63%-
HSV(B)41.48º66.52%87.84%-
XYZ47.9348.213.43-
YUV180.0168.74159.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 75 (29.69% from 255) = 15.72%
R=46.96%
G=37.32%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241787500.210.670.1241.4870.6258.63
HexE0B24B01543C29473b
Octal340262113025103145110773
Binary11100000101100101001011010101100001111001010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B24B; }

 p { color: rgb(224,178,75); }

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

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

 a { background-color: rgb(224,178,75); }

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

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

 span { border-color: rgb(224,178,75); }

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