Html Css Color HEX #E0C18C New Orleans

📋 copy color: '#E0C18C'

red 224 ◦ green 193 ◦ blue 140

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

Shades of New Orleans #E0C18C

Tints of New Orleans #E0C18C

RGB

 RED value IS 224 (87.89% from 255) = 40.22%

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

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

R = 40.22%
G = 34.65%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0C18C (or 0xE0C18C) is known color: New Orleans. HEX triplet: E0, C1 and 8C. RGB value is (224,193,140). Sum of RGB (Red+Green+Blue) = 224+193+140=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C18C is #1F3E73. Grayscale: #C4C4C4. Windows color (decimal): -2047604 or 9224672. OLE color: 9224672.

HSL color Cylindrical-coordinate representation of color #E0C18C: hue angle of 37.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0C18C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 193 140 -
CMYK 0 0.14 0.38 0.12
HSL 37.86º 0.58% 0.71% -
HSV(B) 37.86º 0.38% 0.88% -
XYZ 54.54 55.88 32.72 -
YUV 196.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 224 193 140 0 0.14 0.38 0.12 37.86 0.58 0.71
Hex E0 C1 8C 0 E 26 C 26 3A 47
Octal 340 301 214 0 16 46 14 46 72 107
Binary 11100000 11000001 10001100 0 1110 100110 1100 100110 111010 1000111

Color Harmonies of #E0C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C18C

Black with #E0C18C

Text Example


Text Example

White with #E0C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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