Html Css Color HEX #E0A84F Rob Roy

📋 copy color: '#E0A84F'

red 224 ◦ green 168 ◦ blue 79

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

Shades of Rob Roy #E0A84F

Tints of Rob Roy #E0A84F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

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

R = 47.56%
G = 35.67%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0A84F (or 0xE0A84F) is known color: Rob Roy. HEX triplet: E0, A8 and 4F. RGB value is (224,168,79). Sum of RGB (Red+Green+Blue) = 224+168+79=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A84F is #1F57B0. Grayscale: #AFAFAF. Windows color (decimal): -2054065 or 5220576. OLE color: 5220576.

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

Color convert

RGB 224 168 79 -
CMYK 0 0.25 0.65 0.12
HSL 36.83º 0.7% 0.59% -
HSV(B) 36.83º 0.65% 0.88% -
XYZ 46.15 44.42 13.54 -
YUV 174.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 224 168 79 0 0.25 0.65 0.12 36.83 0.7 0.59
Hex E0 A8 4F 0 19 41 C 25 46 3B
Octal 340 250 117 0 31 101 14 45 106 73
Binary 11100000 10101000 1001111 0 11001 1000001 1100 100101 1000110 111011

Color Harmonies of #E0A84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A84F

Black with #E0A84F

Text Example


Text Example

White with #E0A84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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