Html Css Color HEX #E0A94A Rob Roy

📋 copy color: '#E0A94A'

red 224 ◦ green 169 ◦ blue 74

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

Shades of Rob Roy #E0A94A

Tints of Rob Roy #E0A94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 47.97%
G = 36.19%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0A94A (or 0xE0A94A) is known color: Rob Roy. HEX triplet: E0, A9 and 4A. RGB value is (224,169,74). Sum of RGB (Red+Green+Blue) = 224+169+74=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A94A is #1F56B5. Grayscale: #AFAFAF. Windows color (decimal): -2053814 or 4893152. OLE color: 4893152.

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

Color convert

RGB 224 169 74 -
CMYK 0 0.25 0.67 0.12
HSL 38º 0.71% 0.58% -
HSV(B) 38º 0.67% 0.88% -
XYZ 46.16 44.72 12.68 -
YUV 174.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 224 169 74 0 0.25 0.67 0.12 38 0.71 0.58
Hex E0 A9 4A 0 19 43 C 26 47 3A
Octal 340 251 112 0 31 103 14 46 107 72
Binary 11100000 10101001 1001010 0 11001 1000011 1100 100110 1000111 111010

Color Harmonies of #E0A94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A94A

Black with #E0A94A

Text Example


Text Example

White with #E0A94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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