Html Css Color HEX #E1AB52 Rob Roy

📋 copy color: '#E1AB52'

red 225 ◦ green 171 ◦ blue 82

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

Shades of Rob Roy #E1AB52

Tints of Rob Roy #E1AB52

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

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

R = 47.07%
G = 35.77%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1AB52 (or 0xE1AB52) is known color: Rob Roy. HEX triplet: E1, AB and 52. RGB value is (225,171,82). Sum of RGB (Red+Green+Blue) = 225+171+82=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AB52 is #1E54AD. Grayscale: #B1B1B1. Windows color (decimal): -1987758 or 5417953. OLE color: 5417953.

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

Color convert

RGB 225 171 82 -
CMYK 0 0.24 0.64 0.12
HSL 37.34º 0.7% 0.6% -
HSV(B) 37.34º 0.64% 0.88% -
XYZ 47.14 45.74 14.33 -
YUV 177 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 225 171 82 0 0.24 0.64 0.12 37.34 0.7 0.6
Hex E1 AB 52 0 18 40 C 25 46 3C
Octal 341 253 122 0 30 100 14 45 106 74
Binary 11100001 10101011 1010010 0 11000 1000000 1100 100101 1000110 111100

Color Harmonies of #E1AB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AB52

Black with #E1AB52

Text Example


Text Example

White with #E1AB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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