Html Css Color HEX #E2AD5D Rob Roy

📋 copy color: '#E2AD5D'

red 226 ◦ green 173 ◦ blue 93

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

Shades of Rob Roy #E2AD5D

Tints of Rob Roy #E2AD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 45.93%
G = 35.16%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2AD5D (or 0xE2AD5D) is known color: Rob Roy. HEX triplet: E2, AD and 5D. RGB value is (226,173,93). Sum of RGB (Red+Green+Blue) = 226+173+93=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AD5D is #1D52A2. Grayscale: #B4B4B4. Windows color (decimal): -1921699 or 6139362. OLE color: 6139362.

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

Color convert

RGB 226 173 93 -
CMYK 0 0.23 0.59 0.11
HSL 36.09º 0.7% 0.63% -
HSV(B) 36.09º 0.59% 0.89% -
XYZ 48.28 46.85 16.85 -
YUV 179.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 226 173 93 0 0.23 0.59 0.11 36.09 0.7 0.63
Hex E2 AD 5D 0 17 3B B 24 46 3F
Octal 342 255 135 0 27 73 13 44 106 77
Binary 11100010 10101101 1011101 0 10111 111011 1011 100100 1000110 111111

Color Harmonies of #E2AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD5D

Black with #E2AD5D

Text Example


Text Example

White with #E2AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AD5D; }

 p { color: rgb(226,173,93); }

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

background-color css

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

 a { background-color: rgb(226,173,93); }

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

border-color css

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

 span { border-color: rgb(226,173,93); }

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