Html Css Color HEX #E0AD5A Rob Roy

📋 copy color: '#E0AD5A'

red 224 ◦ green 173 ◦ blue 90

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

Shades of Rob Roy #E0AD5A

Tints of Rob Roy #E0AD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 46%
G = 35.52%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0AD5A (or 0xE0AD5A) is known color: Rob Roy. HEX triplet: E0, AD and 5A. RGB value is (224,173,90). Sum of RGB (Red+Green+Blue) = 224+173+90=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD5A is #1F52A5. Grayscale: #B3B3B3. Windows color (decimal): -2052774 or 5942752. OLE color: 5942752.

HSL color Cylindrical-coordinate representation of color #E0AD5A: hue angle of 37.16º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0AD5A is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 173 90 -
CMYK 0 0.23 0.60 0.12
HSL 37.16º 0.68% 0.62% -
HSV(B) 37.16º 0.6% 0.88% -
XYZ 47.53 46.47 16.14 -
YUV 178.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 224 173 90 0 0.23 0.60 0.12 37.16 0.68 0.62
Hex E0 AD 5A 0 17 3C C 25 44 3E
Octal 340 255 132 0 27 74 14 45 104 76
Binary 11100000 10101101 1011010 0 10111 111100 1100 100101 1000100 111110

Color Harmonies of #E0AD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD5A

Black with #E0AD5A

Text Example


Text Example

White with #E0AD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD5A; }

 p { color: rgb(224,173,90); }

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

background-color css

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

 a { background-color: rgb(224,173,90); }

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

border-color css

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

 span { border-color: rgb(224,173,90); }

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