Html Css Color HEX #E1C78C New Orleans

📋 copy color: '#E1C78C'

red 225 ◦ green 199 ◦ blue 140

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

Shades of New Orleans #E1C78C

Tints of New Orleans #E1C78C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.28%

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

R = 39.89%
G = 35.28%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1C78C (or 0xE1C78C) is known color: New Orleans. HEX triplet: E1, C7 and 8C. RGB value is (225,199,140). Sum of RGB (Red+Green+Blue) = 225+199+140=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C78C is #1E3873. Grayscale: #C8C8C8. Windows color (decimal): -1980532 or 9226209. OLE color: 9226209.

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

Color convert

RGB 225 199 140 -
CMYK 0 0.12 0.38 0.12
HSL 41.65º 0.59% 0.72% -
HSV(B) 41.65º 0.38% 0.88% -
XYZ 56.21 58.75 33.19 -
YUV 200.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 225 199 140 0 0.12 0.38 0.12 41.65 0.59 0.72
Hex E1 C7 8C 0 C 26 C 2A 3B 48
Octal 341 307 214 0 14 46 14 52 73 110
Binary 11100001 11000111 10001100 0 1100 100110 1100 101010 111011 1001000

Color Harmonies of #E1C78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C78C

Black with #E1C78C

Text Example


Text Example

White with #E1C78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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