Html Css Color HEX #E1A652 Rob Roy

📋 copy color: '#E1A652'

red 225 ◦ green 166 ◦ blue 82

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

Shades of Rob Roy #E1A652

Tints of Rob Roy #E1A652

RGB

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

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

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

R = 47.57%
G = 35.1%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1A652 (or 0xE1A652) is known color: Rob Roy. HEX triplet: E1, A6 and 52. RGB value is (225,166,82). Sum of RGB (Red+Green+Blue) = 225+166+82=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A652 is #1E59AD. Grayscale: #AEAEAE. Windows color (decimal): -1989038 or 5416673. OLE color: 5416673.

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

Color convert

RGB 225 166 82 -
CMYK 0 0.26 0.64 0.12
HSL 35.24º 0.7% 0.6% -
HSV(B) 35.24º 0.64% 0.88% -
XYZ 46.21 43.89 14.02 -
YUV 174.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 225 166 82 0 0.26 0.64 0.12 35.24 0.7 0.6
Hex E1 A6 52 0 1A 40 C 23 46 3C
Octal 341 246 122 0 32 100 14 43 106 74
Binary 11100001 10100110 1010010 0 11010 1000000 1100 100011 1000110 111100

Color Harmonies of #E1A652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A652

Black with #E1A652

Text Example


Text Example

White with #E1A652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A652; }

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

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

background-color css

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

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

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

border-color css

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

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

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