Html Css Color HEX #E1A64C Rob Roy

📋 copy color: '#E1A64C'

red 225 ◦ green 166 ◦ blue 76

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

Shades of Rob Roy #E1A64C

Tints of Rob Roy #E1A64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 76 (30.08% from 255) = 16.27%

R = 48.18%
G = 35.55%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1A64C (or 0xE1A64C) is known color: Rob Roy. HEX triplet: E1, A6 and 4C. RGB value is (225,166,76). Sum of RGB (Red+Green+Blue) = 225+166+76=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A64C is #1E59B3. Grayscale: #ADADAD. Windows color (decimal): -1989044 or 5023457. OLE color: 5023457.

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

Color convert

RGB 225 166 76 -
CMYK 0 0.26 0.66 0.12
HSL 36.24º 0.71% 0.59% -
HSV(B) 36.24º 0.66% 0.88% -
XYZ 45.99 43.8 12.87 -
YUV 173.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 225 166 76 0 0.26 0.66 0.12 36.24 0.71 0.59
Hex E1 A6 4C 0 1A 42 C 24 47 3B
Octal 341 246 114 0 32 102 14 44 107 73
Binary 11100001 10100110 1001100 0 11010 1000010 1100 100100 1000111 111011

Color Harmonies of #E1A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A64C

Black with #E1A64C

Text Example


Text Example

White with #E1A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A64C; }

 p { color: rgb(225,166,76); }

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

background-color css

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

 a { background-color: rgb(225,166,76); }

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

border-color css

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

 span { border-color: rgb(225,166,76); }

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