Html Css Color HEX #E2A95E Rob Roy

📋 copy color: '#E2A95E'

red 226 ◦ green 169 ◦ blue 94

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

Shades of Rob Roy #E2A95E

Tints of Rob Roy #E2A95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 46.22%
G = 34.56%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2A95E (or 0xE2A95E) is known color: Rob Roy. HEX triplet: E2, A9 and 5E. RGB value is (226,169,94). Sum of RGB (Red+Green+Blue) = 226+169+94=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A95E is #1D56A1. Grayscale: #B1B1B1. Windows color (decimal): -1922722 or 6203874. OLE color: 6203874.

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

Color convert

RGB 226 169 94 -
CMYK 0 0.25 0.58 0.11
HSL 34.09º 0.69% 0.63% -
HSV(B) 34.09º 0.58% 0.89% -
XYZ 47.57 45.35 16.84 -
YUV 177.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 226 169 94 0 0.25 0.58 0.11 34.09 0.69 0.63
Hex E2 A9 5E 0 19 3A B 22 45 3F
Octal 342 251 136 0 31 72 13 42 105 77
Binary 11100010 10101001 1011110 0 11001 111010 1011 100010 1000101 111111

Color Harmonies of #E2A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A95E

Black with #E2A95E

Text Example


Text Example

White with #E2A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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