Html Css Color HEX #E2B051 Rob Roy

📋 copy color: '#E2B051'

red 226 ◦ green 176 ◦ blue 81

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

Shades of Rob Roy #E2B051

Tints of Rob Roy #E2B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

 BLUE value IS 81 (32.03% from 255) = 16.77%

R = 46.79%
G = 36.44%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E2B051 (or 0xE2B051) is known color: Rob Roy. HEX triplet: E2, B0 and 51. RGB value is (226,176,81). Sum of RGB (Red+Green+Blue) = 226+176+81=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B051 is #1D4FAE. Grayscale: #B4B4B4. Windows color (decimal): -1920943 or 5353698. OLE color: 5353698.

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

Color convert

RGB 226 176 81 -
CMYK 0 0.22 0.64 0.11
HSL 39.31º 0.71% 0.6% -
HSV(B) 39.31º 0.64% 0.89% -
XYZ 48.37 47.81 14.46 -
YUV 180.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 226 176 81 0 0.22 0.64 0.11 39.31 0.71 0.6
Hex E2 B0 51 0 16 40 B 27 47 3C
Octal 342 260 121 0 26 100 13 47 107 74
Binary 11100010 10110000 1010001 0 10110 1000000 1011 100111 1000111 111100

Color Harmonies of #E2B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B051

Black with #E2B051

Text Example


Text Example

White with #E2B051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B051; }

 p { color: rgb(226,176,81); }

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

background-color css

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

 a { background-color: rgb(226,176,81); }

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

border-color css

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

 span { border-color: rgb(226,176,81); }

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