Html Css Color HEX #E2A952 Rob Roy

📋 copy color: '#E2A952'

red 226 ◦ green 169 ◦ blue 82

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

Shades of Rob Roy #E2A952

Tints of Rob Roy #E2A952

RGB

 RED value IS 226 (88.67% from 255) = 47.38%

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 47.38%
G = 35.43%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E2A952 (or 0xE2A952) is known color: Rob Roy. HEX triplet: E2, A9 and 52. RGB value is (226,169,82). Sum of RGB (Red+Green+Blue) = 226+169+82=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A952 is #1D56AD. Grayscale: #B0B0B0. Windows color (decimal): -1922734 or 5417442. OLE color: 5417442.

HSL color Cylindrical-coordinate representation of color #E2A952: hue angle of 36.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2A952 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 169 82 -
CMYK 0 0.25 0.64 0.11
HSL 36.25º 0.71% 0.6% -
HSV(B) 36.25º 0.64% 0.89% -
XYZ 47.07 45.15 14.22 -
YUV 176.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 226 169 82 0 0.25 0.64 0.11 36.25 0.71 0.6
Hex E2 A9 52 0 19 40 B 24 47 3C
Octal 342 251 122 0 31 100 13 44 107 74
Binary 11100010 10101001 1010010 0 11001 1000000 1011 100100 1000111 111100

Color Harmonies of #E2A952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A952

Black with #E2A952

Text Example


Text Example

White with #E2A952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A952; }

 p { color: rgb(226,169,82); }

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

background-color css

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

 a { background-color: rgb(226,169,82); }

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

border-color css

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

 span { border-color: rgb(226,169,82); }

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