Html Css Color HEX #E0A95E Rob Roy

📋 copy color: '#E0A95E'

red 224 ◦ green 169 ◦ blue 94

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

Shades of Rob Roy #E0A95E

Tints of Rob Roy #E0A95E

RGB

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

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

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

R = 46%
G = 34.7%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0A95E (or 0xE0A95E) is known color: Rob Roy. HEX triplet: E0, A9 and 5E. RGB value is (224,169,94). Sum of RGB (Red+Green+Blue) = 224+169+94=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A95E is #1F56A1. Grayscale: #B1B1B1. Windows color (decimal): -2053794 or 6203872. OLE color: 6203872.

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

Color convert

RGB 224 169 94 -
CMYK 0 0.25 0.58 0.12
HSL 34.62º 0.68% 0.62% -
HSV(B) 34.62º 0.58% 0.88% -
XYZ 46.95 45.03 16.81 -
YUV 176.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 224 169 94 0 0.25 0.58 0.12 34.62 0.68 0.62
Hex E0 A9 5E 0 19 3A C 23 44 3E
Octal 340 251 136 0 31 72 14 43 104 76
Binary 11100000 10101001 1011110 0 11001 111010 1100 100011 1000100 111110

Color Harmonies of #E0A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A95E

Black with #E0A95E

Text Example


Text Example

White with #E0A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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