Html Css Color HEX #E1A84A Rob Roy

📋 copy color: '#E1A84A'

red 225 ◦ green 168 ◦ blue 74

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

Shades of Rob Roy #E1A84A

Tints of Rob Roy #E1A84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

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

R = 48.18%
G = 35.97%
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

#E1A84A (or 0xE1A84A) is known color: Rob Roy. HEX triplet: E1, A8 and 4A. RGB value is (225,168,74). Sum of RGB (Red+Green+Blue) = 225+168+74=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A84A is #1E57B5. Grayscale: #AEAEAE. Windows color (decimal): -1988534 or 4892897. OLE color: 4892897.

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

Color convert

RGB 225 168 74 -
CMYK 0 0.25 0.67 0.12
HSL 37.35º 0.72% 0.59% -
HSV(B) 37.35º 0.67% 0.88% -
XYZ 46.29 44.51 12.63 -
YUV 174.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 225 168 74 0 0.25 0.67 0.12 37.35 0.72 0.59
Hex E1 A8 4A 0 19 43 C 25 48 3B
Octal 341 250 112 0 31 103 14 45 110 73
Binary 11100001 10101000 1001010 0 11001 1000011 1100 100101 1001000 111011

Color Harmonies of #E1A84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A84A

Black with #E1A84A

Text Example


Text Example

White with #E1A84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A84A; }

 p { color: rgb(225,168,74); }

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

background-color css

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

 a { background-color: rgb(225,168,74); }

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

border-color css

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

 span { border-color: rgb(225,168,74); }

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