Html Css Color HEX #E0A54F Rob Roy

📋 copy color: '#E0A54F'

red 224 ◦ green 165 ◦ blue 79

#E0A54F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #E0A54F

Tints of Rob Roy #E0A54F

RGB

 RED value IS 224 (87.89% from 255) = 47.86%

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 79 (31.25% from 255) = 16.88%

R = 47.86%
G = 35.26%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0A54F (or 0xE0A54F) is known color: Rob Roy. HEX triplet: E0, A5 and 4F. RGB value is (224,165,79). Sum of RGB (Red+Green+Blue) = 224+165+79=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A54F is #1F5AB0. Grayscale: #ADADAD. Windows color (decimal): -2054833 or 5219808. OLE color: 5219808.

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

Color convert

RGB 224 165 79 -
CMYK 0 0.26 0.65 0.12
HSL 35.59º 0.7% 0.59% -
HSV(B) 35.59º 0.65% 0.88% -
XYZ 45.61 43.32 13.36 -
YUV 172.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 224 165 79 0 0.26 0.65 0.12 35.59 0.7 0.59
Hex E0 A5 4F 0 1A 41 C 24 46 3B
Octal 340 245 117 0 32 101 14 44 106 73
Binary 11100000 10100101 1001111 0 11010 1000001 1100 100100 1000110 111011

Color Harmonies of #E0A54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A54F

Black with #E0A54F

Text Example


Text Example

White with #E0A54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A54F; }

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

 H1.HeaderClassName
 {
   color: #E0A54F;
 }
 .AnyTagClassName
 {
   color: #E0A54F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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