Html Css Color HEX #E0AE5D Rob Roy

📋 copy color: '#E0AE5D'

red 224 ◦ green 174 ◦ blue 93

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

Shades of Rob Roy #E0AE5D

Tints of Rob Roy #E0AE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

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

R = 45.62%
G = 35.44%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0AE5D (or 0xE0AE5D) is known color: Rob Roy. HEX triplet: E0, AE and 5D. RGB value is (224,174,93). Sum of RGB (Red+Green+Blue) = 224+174+93=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AE5D is #1F51A2. Grayscale: #B4B4B4. Windows color (decimal): -2052515 or 6139616. OLE color: 6139616.

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

Color convert

RGB 224 174 93 -
CMYK 0 0.22 0.58 0.12
HSL 37.1º 0.68% 0.62% -
HSV(B) 37.1º 0.58% 0.88% -
XYZ 47.85 46.91 16.89 -
YUV 179.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 224 174 93 0 0.22 0.58 0.12 37.1 0.68 0.62
Hex E0 AE 5D 0 16 3A C 25 44 3E
Octal 340 256 135 0 26 72 14 45 104 76
Binary 11100000 10101110 1011101 0 10110 111010 1100 100101 1000100 111110

Color Harmonies of #E0AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AE5D

Black with #E0AE5D

Text Example


Text Example

White with #E0AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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