Html Css Color HEX #E0AC5C Rob Roy

📋 copy color: '#E0AC5C'

red 224 ◦ green 172 ◦ blue 92

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

Shades of Rob Roy #E0AC5C

Tints of Rob Roy #E0AC5C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

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

R = 45.9%
G = 35.25%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0AC5C (or 0xE0AC5C) is known color: Rob Roy. HEX triplet: E0, AC and 5C. RGB value is (224,172,92). Sum of RGB (Red+Green+Blue) = 224+172+92=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AC5C is #1F53A3. Grayscale: #B2B2B2. Windows color (decimal): -2053028 or 6073568. OLE color: 6073568.

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

Color convert

RGB 224 172 92 -
CMYK 0 0.23 0.59 0.12
HSL 36.36º 0.68% 0.62% -
HSV(B) 36.36º 0.59% 0.88% -
XYZ 47.42 46.13 16.53 -
YUV 178.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 224 172 92 0 0.23 0.59 0.12 36.36 0.68 0.62
Hex E0 AC 5C 0 17 3B C 24 44 3E
Octal 340 254 134 0 27 73 14 44 104 76
Binary 11100000 10101100 1011100 0 10111 111011 1100 100100 1000100 111110

Color Harmonies of #E0AC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AC5C

Black with #E0AC5C

Text Example


Text Example

White with #E0AC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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