Html Css Color HEX #E5AE56 Rob Roy

📋 copy color: '#E5AE56'

red 229 ◦ green 174 ◦ blue 86

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

Shades of Rob Roy #E5AE56

Tints of Rob Roy #E5AE56

RGB

 RED value IS 229 (89.84% from 255) = 46.83%

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

 BLUE value IS 86 (33.98% from 255) = 17.59%

R = 46.83%
G = 35.58%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E5AE56 (or 0xE5AE56) is known color: Rob Roy. HEX triplet: E5, AE and 56. RGB value is (229,174,86). Sum of RGB (Red+Green+Blue) = 229+174+86=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AE56 is #1A51A9. Grayscale: #B4B4B4. Windows color (decimal): -1724842 or 5680869. OLE color: 5680869.

HSL color Cylindrical-coordinate representation of color #E5AE56: hue angle of 36.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5AE56 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 174 86 -
CMYK 0 0.24 0.62 0.10
HSL 36.92º 0.73% 0.62% -
HSV(B) 36.92º 0.62% 0.9% -
XYZ 49.13 47.6 15.4 -
YUV 180.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 229 174 86 0 0.24 0.62 0.10 36.92 0.73 0.62
Hex E5 AE 56 0 18 3E A 25 49 3E
Octal 345 256 126 0 30 76 12 45 111 76
Binary 11100101 10101110 1010110 0 11000 111110 1010 100101 1001001 111110

Color Harmonies of #E5AE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AE56

Black with #E5AE56

Text Example


Text Example

White with #E5AE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AE56; }

 p { color: rgb(229,174,86); }

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

background-color css

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

 a { background-color: rgb(229,174,86); }

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

border-color css

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

 span { border-color: rgb(229,174,86); }

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