Html Css Color HEX #E2B15B Rob Roy

📋 copy color: '#E2B15B'

red 226 ◦ green 177 ◦ blue 91

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

Shades of Rob Roy #E2B15B

Tints of Rob Roy #E2B15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.83%

 BLUE value IS 91 (35.94% from 255) = 18.42%

R = 45.75%
G = 35.83%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2B15B (or 0xE2B15B) is known color: Rob Roy. HEX triplet: E2, B1 and 5B. RGB value is (226,177,91). Sum of RGB (Red+Green+Blue) = 226+177+91=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B15B is #1D4EA4. Grayscale: #B6B6B6. Windows color (decimal): -1920677 or 6009314. OLE color: 6009314.

HSL color Cylindrical-coordinate representation of color #E2B15B: hue angle of 38.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2B15B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 177 91 -
CMYK 0 0.22 0.60 0.11
HSL 38.22º 0.7% 0.62% -
HSV(B) 38.22º 0.6% 0.89% -
XYZ 48.97 48.37 16.65 -
YUV 181.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 226 177 91 0 0.22 0.60 0.11 38.22 0.7 0.62
Hex E2 B1 5B 0 16 3C B 26 46 3E
Octal 342 261 133 0 26 74 13 46 106 76
Binary 11100010 10110001 1011011 0 10110 111100 1011 100110 1000110 111110

Color Harmonies of #E2B15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B15B

Black with #E2B15B

Text Example


Text Example

White with #E2B15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B15B; }

 p { color: rgb(226,177,91); }

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

background-color css

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

 a { background-color: rgb(226,177,91); }

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

border-color css

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

 span { border-color: rgb(226,177,91); }

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