Html Css Color HEX #E2B15C Rob Roy

📋 copy color: '#E2B15C'

red 226 ◦ green 177 ◦ blue 92

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

Shades of Rob Roy #E2B15C

Tints of Rob Roy #E2B15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.59%

R = 45.66%
G = 35.76%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2B15C (or 0xE2B15C) is known color: Rob Roy. HEX triplet: E2, B1 and 5C. RGB value is (226,177,92). Sum of RGB (Red+Green+Blue) = 226+177+92=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B15C is #1D4EA3. Grayscale: #B6B6B6. Windows color (decimal): -1920676 or 6074850. OLE color: 6074850.

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

Color convert

RGB 226 177 92 -
CMYK 0 0.22 0.59 0.11
HSL 38.06º 0.7% 0.62% -
HSV(B) 38.06º 0.59% 0.89% -
XYZ 49.02 48.39 16.88 -
YUV 181.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 226 177 92 0 0.22 0.59 0.11 38.06 0.7 0.62
Hex E2 B1 5C 0 16 3B B 26 46 3E
Octal 342 261 134 0 26 73 13 46 106 76
Binary 11100010 10110001 1011100 0 10110 111011 1011 100110 1000110 111110

Color Harmonies of #E2B15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B15C

Black with #E2B15C

Text Example


Text Example

White with #E2B15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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