Html Css Color HEX #E0C78D New Orleans

📋 copy color: '#E0C78D'

red 224 ◦ green 199 ◦ blue 141

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

Shades of New Orleans #E0C78D

Tints of New Orleans #E0C78D

RGB

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

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

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

R = 39.72%
G = 35.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0C78D (or 0xE0C78D) is known color: New Orleans. HEX triplet: E0, C7 and 8D. RGB value is (224,199,141). Sum of RGB (Red+Green+Blue) = 224+199+141=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C78D is #1F3872. Grayscale: #C8C8C8. Windows color (decimal): -2046067 or 9291744. OLE color: 9291744.

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

Color convert

RGB 224 199 141 -
CMYK 0 0.11 0.37 0.12
HSL 41.93º 0.57% 0.72% -
HSV(B) 41.93º 0.37% 0.88% -
XYZ 55.97 58.62 33.56 -
YUV 199.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 224 199 141 0 0.11 0.37 0.12 41.93 0.57 0.72
Hex E0 C7 8D 0 B 25 C 2A 39 48
Octal 340 307 215 0 13 45 14 52 71 110
Binary 11100000 11000111 10001101 0 1011 100101 1100 101010 111001 1001000

Color Harmonies of #E0C78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C78D

Black with #E0C78D

Text Example


Text Example

White with #E0C78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C78D; }

 p { color: rgb(224,199,141); }

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

background-color css

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

 a { background-color: rgb(224,199,141); }

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

border-color css

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

 span { border-color: rgb(224,199,141); }

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