Html Css Color HEX #E1C18C New Orleans

📋 copy color: '#E1C18C'

red 225 ◦ green 193 ◦ blue 140

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

Shades of New Orleans #E1C18C

Tints of New Orleans #E1C18C

RGB

 RED value IS 225 (88.28% from 255) = 40.32%

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

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

R = 40.32%
G = 34.59%
B = 25.09%

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

#E1C18C (or 0xE1C18C) is known color: New Orleans. HEX triplet: E1, C1 and 8C. RGB value is (225,193,140). Sum of RGB (Red+Green+Blue) = 225+193+140=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C18C is #1E3E73. Grayscale: #C4C4C4. Windows color (decimal): -1982068 or 9224673. OLE color: 9224673.

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

Color convert

RGB 225 193 140 -
CMYK 0 0.14 0.38 0.12
HSL 37.41º 0.59% 0.72% -
HSV(B) 37.41º 0.38% 0.88% -
XYZ 54.85 56.04 32.74 -
YUV 196.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 225 193 140 0 0.14 0.38 0.12 37.41 0.59 0.72
Hex E1 C1 8C 0 E 26 C 25 3B 48
Octal 341 301 214 0 16 46 14 45 73 110
Binary 11100001 11000001 10001100 0 1110 100110 1100 100101 111011 1001000

Color Harmonies of #E1C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C18C

Black with #E1C18C

Text Example


Text Example

White with #E1C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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