#e0a74f

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

Shades of Rob Roy #E0A74F

Tints of Rob Roy #E0A74F

Color information

#E0A74F (or 0xE0A74F) is unknown color: approx Rob Roy. HEX triplet: E0, A7 and 4F. RGB value is (224,167,79). Sum of RGB (Red+Green+Blue) = 224+167+79=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A74F is #1F58B0. Grayscale: #AEAEAE. Windows color (decimal): -2054321 or 5220320. OLE color: 5220320.

HSL color Cylindrical-coordinate representation of color #E0A74F: hue angle of 36.41º 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 #E0A74F is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB22416779-
CMYK00.250.650.12
HSL36.41º70.05%59.41%-
HSV(B)36.41º64.73%87.84%-
XYZ45.9744.0513.48-
YUV174.0174.38163.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 79 (31.25% from 255) = 16.81%
R=47.66%
G=35.53%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241677900.250.650.1236.4170.0559.41
HexE0A74F01941C24463b
Octal340247117031101144410673
Binary11100000101001111001111011001100000111001001001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0a74f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0a74f; }

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

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

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

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

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

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

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

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