Html Css Color HEX #E2BF8C New Orleans

📋 copy color: '#E2BF8C'

red 226 ◦ green 191 ◦ blue 140

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

Shades of New Orleans #E2BF8C

Tints of New Orleans #E2BF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 40.57%
G = 34.29%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2BF8C (or 0xE2BF8C) is known color: New Orleans. HEX triplet: E2, BF and 8C. RGB value is (226,191,140). Sum of RGB (Red+Green+Blue) = 226+191+140=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF8C is #1D4073. Grayscale: #C3C3C3. Windows color (decimal): -1917044 or 9224162. OLE color: 9224162.

HSL color Cylindrical-coordinate representation of color #E2BF8C: hue angle of 35.58º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2BF8C is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 140 -
CMYK 0 0.15 0.38 0.11
HSL 35.58º 0.6% 0.72% -
HSV(B) 35.58º 0.38% 0.89% -
XYZ 54.73 55.32 32.61 -
YUV 195.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 226 191 140 0 0.15 0.38 0.11 35.58 0.6 0.72
Hex E2 BF 8C 0 F 26 B 24 3C 48
Octal 342 277 214 0 17 46 13 44 74 110
Binary 11100010 10111111 10001100 0 1111 100110 1011 100100 111100 1001000

Color Harmonies of #E2BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF8C

Black with #E2BF8C

Text Example


Text Example

White with #E2BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF8C; }

 p { color: rgb(226,191,140); }

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

background-color css

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

 a { background-color: rgb(226,191,140); }

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

border-color css

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

 span { border-color: rgb(226,191,140); }

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