Html Css Color HEX #E2BE81 New Orleans

📋 copy color: '#E2BE81'

red 226 ◦ green 190 ◦ blue 129

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

Shades of New Orleans #E2BE81

Tints of New Orleans #E2BE81

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.86%

 BLUE value IS 129 (50.78% from 255) = 23.67%

R = 41.47%
G = 34.86%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2BE81 (or 0xE2BE81) is known color: New Orleans. HEX triplet: E2, BE and 81. RGB value is (226,190,129). Sum of RGB (Red+Green+Blue) = 226+190+129=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE81 is #1D417E. Grayscale: #C2C2C2. Windows color (decimal): -1917311 or 8503010. OLE color: 8503010.

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

Color convert

RGB 226 190 129 -
CMYK 0 0.16 0.43 0.11
HSL 37.73º 0.63% 0.7% -
HSV(B) 37.73º 0.43% 0.89% -
XYZ 53.74 54.58 28.47 -
YUV 193.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 226 190 129 0 0.16 0.43 0.11 37.73 0.63 0.7
Hex E2 BE 81 0 10 2B B 26 3F 46
Octal 342 276 201 0 20 53 13 46 77 106
Binary 11100010 10111110 10000001 0 10000 101011 1011 100110 111111 1000110

Color Harmonies of #E2BE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE81

Black with #E2BE81

Text Example


Text Example

White with #E2BE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE81; }

 p { color: rgb(226,190,129); }

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

background-color css

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

 a { background-color: rgb(226,190,129); }

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

border-color css

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

 span { border-color: rgb(226,190,129); }

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