Html Css Color HEX #E1AF52 Rob Roy

📋 copy color: '#E1AF52'

red 225 ◦ green 175 ◦ blue 82

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

Shades of Rob Roy #E1AF52

Tints of Rob Roy #E1AF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

 BLUE value IS 82 (32.42% from 255) = 17.01%

R = 46.68%
G = 36.31%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1AF52 (or 0xE1AF52) is known color: Rob Roy. HEX triplet: E1, AF and 52. RGB value is (225,175,82). Sum of RGB (Red+Green+Blue) = 225+175+82=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF52 is #1E50AD. Grayscale: #B3B3B3. Windows color (decimal): -1986734 or 5418977. OLE color: 5418977.

HSL color Cylindrical-coordinate representation of color #E1AF52: hue angle of 39.02º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1AF52 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 82 -
CMYK 0 0.22 0.64 0.12
HSL 39.02º 0.7% 0.6% -
HSV(B) 39.02º 0.64% 0.88% -
XYZ 47.9 47.28 14.58 -
YUV 179.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 225 175 82 0 0.22 0.64 0.12 39.02 0.7 0.6
Hex E1 AF 52 0 16 40 C 27 46 3C
Octal 341 257 122 0 26 100 14 47 106 74
Binary 11100001 10101111 1010010 0 10110 1000000 1100 100111 1000110 111100

Color Harmonies of #E1AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF52

Black with #E1AF52

Text Example


Text Example

White with #E1AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF52; }

 p { color: rgb(225,175,82); }

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

background-color css

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

 a { background-color: rgb(225,175,82); }

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

border-color css

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

 span { border-color: rgb(225,175,82); }

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