Html Css Color HEX #E2AE5D Rob Roy

📋 copy color: '#E2AE5D'

red 226 ◦ green 174 ◦ blue 93

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

Shades of Rob Roy #E2AE5D

Tints of Rob Roy #E2AE5D

RGB

 RED value IS 226 (88.67% from 255) = 45.84%

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

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

R = 45.84%
G = 35.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2AE5D (or 0xE2AE5D) is known color: Rob Roy. HEX triplet: E2, AE and 5D. RGB value is (226,174,93). Sum of RGB (Red+Green+Blue) = 226+174+93=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AE5D is #1D51A2. Grayscale: #B4B4B4. Windows color (decimal): -1921443 or 6139618. OLE color: 6139618.

HSL color Cylindrical-coordinate representation of color #E2AE5D: hue angle of 36.54º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2AE5D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 174 93 -
CMYK 0 0.23 0.59 0.11
HSL 36.54º 0.7% 0.63% -
HSV(B) 36.54º 0.59% 0.89% -
XYZ 48.48 47.23 16.92 -
YUV 180.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 226 174 93 0 0.23 0.59 0.11 36.54 0.7 0.63
Hex E2 AE 5D 0 17 3B B 25 46 3F
Octal 342 256 135 0 27 73 13 45 106 77
Binary 11100010 10101110 1011101 0 10111 111011 1011 100101 1000110 111111

Color Harmonies of #E2AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AE5D

Black with #E2AE5D

Text Example


Text Example

White with #E2AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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