Html Css Color HEX #E2A85E Rob Roy

📋 copy color: '#E2A85E'

red 226 ◦ green 168 ◦ blue 94

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

Shades of Rob Roy #E2A85E

Tints of Rob Roy #E2A85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

 BLUE value IS 94 (37.11% from 255) = 19.26%

R = 46.31%
G = 34.43%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2A85E (or 0xE2A85E) is known color: Rob Roy. HEX triplet: E2, A8 and 5E. RGB value is (226,168,94). Sum of RGB (Red+Green+Blue) = 226+168+94=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A85E is #1D57A1. Grayscale: #B1B1B1. Windows color (decimal): -1922978 or 6203618. OLE color: 6203618.

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

Color convert

RGB 226 168 94 -
CMYK 0 0.26 0.58 0.11
HSL 33.64º 0.69% 0.63% -
HSV(B) 33.64º 0.58% 0.89% -
XYZ 47.39 44.98 16.77 -
YUV 176.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 226 168 94 0 0.26 0.58 0.11 33.64 0.69 0.63
Hex E2 A8 5E 0 1A 3A B 22 45 3F
Octal 342 250 136 0 32 72 13 42 105 77
Binary 11100010 10101000 1011110 0 11010 111010 1011 100010 1000101 111111

Color Harmonies of #E2A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A85E

Black with #E2A85E

Text Example


Text Example

White with #E2A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A85E; }

 p { color: rgb(226,168,94); }

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

background-color css

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

 a { background-color: rgb(226,168,94); }

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

border-color css

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

 span { border-color: rgb(226,168,94); }

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