Html Css Color HEX #E2A960 Rob Roy

📋 copy color: '#E2A960'

red 226 ◦ green 169 ◦ blue 96

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

Shades of Rob Roy #E2A960

Tints of Rob Roy #E2A960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.55%

R = 46.03%
G = 34.42%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2A960 (or 0xE2A960) is known color: Rob Roy. HEX triplet: E2, A9 and 60. RGB value is (226,169,96). Sum of RGB (Red+Green+Blue) = 226+169+96=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A960 is #1D569F. Grayscale: #B2B2B2. Windows color (decimal): -1922720 or 6334946. OLE color: 6334946.

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

Color convert

RGB 226 169 96 -
CMYK 0 0.25 0.58 0.11
HSL 33.69º 0.69% 0.63% -
HSV(B) 33.69º 0.58% 0.89% -
XYZ 47.66 45.39 17.32 -
YUV 177.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 226 169 96 0 0.25 0.58 0.11 33.69 0.69 0.63
Hex E2 A9 60 0 19 3A B 22 45 3F
Octal 342 251 140 0 31 72 13 42 105 77
Binary 11100010 10101001 1100000 0 11001 111010 1011 100010 1000101 111111

Color Harmonies of #E2A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A960

Black with #E2A960

Text Example


Text Example

White with #E2A960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A960; }

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

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

background-color css

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

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

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

border-color css

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

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

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