Html Css Color HEX #E1AD5E Rob Roy

📋 copy color: '#E1AD5E'

red 225 ◦ green 173 ◦ blue 94

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

Shades of Rob Roy #E1AD5E

Tints of Rob Roy #E1AD5E

RGB

 RED value IS 225 (88.28% from 255) = 45.73%

 GREEN value IS 173 (67.97% from 255) = 35.16%

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

R = 45.73%
G = 35.16%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1AD5E (or 0xE1AD5E) is known color: Rob Roy. HEX triplet: E1, AD and 5E. RGB value is (225,173,94). Sum of RGB (Red+Green+Blue) = 225+173+94=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD5E is #1E52A1. Grayscale: #B3B3B3. Windows color (decimal): -1987234 or 6204897. OLE color: 6204897.

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

Color convert

RGB 225 173 94 -
CMYK 0 0.23 0.58 0.12
HSL 36.18º 0.69% 0.63% -
HSV(B) 36.18º 0.58% 0.88% -
XYZ 48.02 46.7 17.07 -
YUV 179.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 225 173 94 0 0.23 0.58 0.12 36.18 0.69 0.63
Hex E1 AD 5E 0 17 3A C 24 45 3F
Octal 341 255 136 0 27 72 14 44 105 77
Binary 11100001 10101101 1011110 0 10111 111010 1100 100100 1000101 111111

Color Harmonies of #E1AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD5E

Black with #E1AD5E

Text Example


Text Example

White with #E1AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD5E; }

 p { color: rgb(225,173,94); }

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

background-color css

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

 a { background-color: rgb(225,173,94); }

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

border-color css

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

 span { border-color: rgb(225,173,94); }

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