#e0b14f

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

Shades of Rob Roy #E0B14F

Tints of Rob Roy #E0B14F

Color information

#E0B14F (or 0xE0B14F) is unknown color: approx Rob Roy. HEX triplet: E0, B1 and 4F. RGB value is (224,177,79). Sum of RGB (Red+Green+Blue) = 224+177+79=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B14F is #1F4EB0. Grayscale: #B4B4B4. Windows color (decimal): -2051761 or 5222880. OLE color: 5222880.

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

Color convert

RGB22417779-
CMYK00.210.650.12
HSL40.55º70.05%59.41%-
HSV(B)40.55º64.73%87.84%-
XYZ47.8747.8614.11-
YUV179.8871.07159.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 79 (31.25% from 255) = 16.46%
R=46.67%
G=36.88%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241777900.210.650.1240.5570.0559.41
HexE0B14F01541C29463b
Octal340261117025101145110673
Binary11100000101100011001111010101100000111001010011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b14f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b14f; }

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

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

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

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

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

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

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

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