Html Css Color HEX #E1A74A Rob Roy

📋 copy color: '#E1A74A'

red 225 ◦ green 167 ◦ blue 74

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

Shades of Rob Roy #E1A74A

Tints of Rob Roy #E1A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

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

R = 48.28%
G = 35.84%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1A74A (or 0xE1A74A) is known color: Rob Roy. HEX triplet: E1, A7 and 4A. RGB value is (225,167,74). Sum of RGB (Red+Green+Blue) = 225+167+74=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A74A is #1E58B5. Grayscale: #AEAEAE. Windows color (decimal): -1988790 or 4892641. OLE color: 4892641.

HSL color Cylindrical-coordinate representation of color #E1A74A: hue angle of 36.95º 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 #E1A74A is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 167 74 -
CMYK 0 0.26 0.67 0.12
HSL 36.95º 0.72% 0.59% -
HSV(B) 36.95º 0.67% 0.88% -
XYZ 46.11 44.14 12.57 -
YUV 173.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 225 167 74 0 0.26 0.67 0.12 36.95 0.72 0.59
Hex E1 A7 4A 0 1A 43 C 25 48 3B
Octal 341 247 112 0 32 103 14 45 110 73
Binary 11100001 10100111 1001010 0 11010 1000011 1100 100101 1001000 111011

Color Harmonies of #E1A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A74A

Black with #E1A74A

Text Example


Text Example

White with #E1A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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