Html Css Color HEX #E1A852 Rob Roy

📋 copy color: '#E1A852'

red 225 ◦ green 168 ◦ blue 82

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

Shades of Rob Roy #E1A852

Tints of Rob Roy #E1A852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.37%

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

R = 47.37%
G = 35.37%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1A852 (or 0xE1A852) is known color: Rob Roy. HEX triplet: E1, A8 and 52. RGB value is (225,168,82). Sum of RGB (Red+Green+Blue) = 225+168+82=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A852 is #1E57AD. Grayscale: #AFAFAF. Windows color (decimal): -1988526 or 5417185. OLE color: 5417185.

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

Color convert

RGB 225 168 82 -
CMYK 0 0.25 0.64 0.12
HSL 36.08º 0.7% 0.6% -
HSV(B) 36.08º 0.64% 0.88% -
XYZ 46.58 44.62 14.14 -
YUV 175.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 225 168 82 0 0.25 0.64 0.12 36.08 0.7 0.6
Hex E1 A8 52 0 19 40 C 24 46 3C
Octal 341 250 122 0 31 100 14 44 106 74
Binary 11100001 10101000 1010010 0 11001 1000000 1100 100100 1000110 111100

Color Harmonies of #E1A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A852

Black with #E1A852

Text Example


Text Example

White with #E1A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A852; }

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

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

background-color css

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

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

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

border-color css

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

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

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