Html Css Color HEX #E2C08D New Orleans

📋 copy color: '#E2C08D'

red 226 ◦ green 192 ◦ blue 141

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

Shades of New Orleans #E2C08D

Tints of New Orleans #E2C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.35%

 BLUE value IS 141 (55.47% from 255) = 25.22%

R = 40.43%
G = 34.35%
B = 25.22%

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

#E2C08D (or 0xE2C08D) is known color: New Orleans. HEX triplet: E2, C0 and 8D. RGB value is (226,192,141). Sum of RGB (Red+Green+Blue) = 226+192+141=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C08D is #1D3F72. Grayscale: #C4C4C4. Windows color (decimal): -1916787 or 9289954. OLE color: 9289954.

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

Color convert

RGB 226 192 141 -
CMYK 0 0.15 0.38 0.11
HSL 36º 0.59% 0.72% -
HSV(B) 36º 0.38% 0.89% -
XYZ 55.02 55.79 33.07 -
YUV 196.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 226 192 141 0 0.15 0.38 0.11 36 0.59 0.72
Hex E2 C0 8D 0 F 26 B 24 3B 48
Octal 342 300 215 0 17 46 13 44 73 110
Binary 11100010 11000000 10001101 0 1111 100110 1011 100100 111011 1001000

Color Harmonies of #E2C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C08D

Black with #E2C08D

Text Example


Text Example

White with #E2C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C08D; }

 p { color: rgb(226,192,141); }

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

background-color css

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

 a { background-color: rgb(226,192,141); }

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

border-color css

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

 span { border-color: rgb(226,192,141); }

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