Html Css Color HEX #E0AC5D Rob Roy

📋 copy color: '#E0AC5D'

red 224 ◦ green 172 ◦ blue 93

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

Shades of Rob Roy #E0AC5D

Tints of Rob Roy #E0AC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 45.81%
G = 35.17%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0AC5D (or 0xE0AC5D) is known color: Rob Roy. HEX triplet: E0, AC and 5D. RGB value is (224,172,93). Sum of RGB (Red+Green+Blue) = 224+172+93=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AC5D is #1F53A2. Grayscale: #B2B2B2. Windows color (decimal): -2053027 or 6139104. OLE color: 6139104.

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

Color convert

RGB 224 172 93 -
CMYK 0 0.23 0.58 0.12
HSL 36.18º 0.68% 0.62% -
HSV(B) 36.18º 0.58% 0.88% -
XYZ 47.47 46.14 16.76 -
YUV 178.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 224 172 93 0 0.23 0.58 0.12 36.18 0.68 0.62
Hex E0 AC 5D 0 17 3A C 24 44 3E
Octal 340 254 135 0 27 72 14 44 104 76
Binary 11100000 10101100 1011101 0 10111 111010 1100 100100 1000100 111110

Color Harmonies of #E0AC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AC5D

Black with #E0AC5D

Text Example


Text Example

White with #E0AC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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