Html Css Color HEX #E0A85C Rob Roy

📋 copy color: '#E0A85C'

red 224 ◦ green 168 ◦ blue 92

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

Shades of Rob Roy #E0A85C

Tints of Rob Roy #E0A85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.01%

R = 46.28%
G = 34.71%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0A85C (or 0xE0A85C) is known color: Rob Roy. HEX triplet: E0, A8 and 5C. RGB value is (224,168,92). Sum of RGB (Red+Green+Blue) = 224+168+92=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A85C is #1F57A3. Grayscale: #B0B0B0. Windows color (decimal): -2054052 or 6072544. OLE color: 6072544.

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

Color convert

RGB 224 168 92 -
CMYK 0 0.25 0.59 0.12
HSL 34.55º 0.68% 0.62% -
HSV(B) 34.55º 0.59% 0.88% -
XYZ 46.67 44.63 16.28 -
YUV 176.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 224 168 92 0 0.25 0.59 0.12 34.55 0.68 0.62
Hex E0 A8 5C 0 19 3B C 23 44 3E
Octal 340 250 134 0 31 73 14 43 104 76
Binary 11100000 10101000 1011100 0 11001 111011 1100 100011 1000100 111110

Color Harmonies of #E0A85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A85C

Black with #E0A85C

Text Example


Text Example

White with #E0A85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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