Html Css Color HEX #E2C18C New Orleans

📋 copy color: '#E2C18C'

red 226 ◦ green 193 ◦ blue 140

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

Shades of New Orleans #E2C18C

Tints of New Orleans #E2C18C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.53%

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

R = 40.43%
G = 34.53%
B = 25.04%

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

#E2C18C (or 0xE2C18C) is known color: New Orleans. HEX triplet: E2, C1 and 8C. RGB value is (226,193,140). Sum of RGB (Red+Green+Blue) = 226+193+140=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C18C is #1D3E73. Grayscale: #C5C5C5. Windows color (decimal): -1916532 or 9224674. OLE color: 9224674.

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

Color convert

RGB 226 193 140 -
CMYK 0 0.15 0.38 0.11
HSL 36.98º 0.6% 0.72% -
HSV(B) 36.98º 0.38% 0.89% -
XYZ 55.17 56.2 32.75 -
YUV 196.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 226 193 140 0 0.15 0.38 0.11 36.98 0.6 0.72
Hex E2 C1 8C 0 F 26 B 25 3C 48
Octal 342 301 214 0 17 46 13 45 74 110
Binary 11100010 11000001 10001100 0 1111 100110 1011 100101 111100 1001000

Color Harmonies of #E2C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C18C

Black with #E2C18C

Text Example


Text Example

White with #E2C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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