Html Css Color HEX #E8C290 New Orleans

📋 copy color: '#E8C290'

red 232 ◦ green 194 ◦ blue 144

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

Shades of New Orleans #E8C290

Tints of New Orleans #E8C290

RGB

 RED value IS 232 (91.02% from 255) = 40.7%

 GREEN value IS 194 (76.17% from 255) = 34.04%

 BLUE value IS 144 (56.64% from 255) = 25.26%

R = 40.7%
G = 34.04%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E8C290 (or 0xE8C290) is known color: New Orleans. HEX triplet: E8, C2 and 90. RGB value is (232,194,144). Sum of RGB (Red+Green+Blue) = 232+194+144=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C290 is #173D6F. Grayscale: #C7C7C7. Windows color (decimal): -1523056 or 9487080. OLE color: 9487080.

HSL color Cylindrical-coordinate representation of color #E8C290: hue angle of 34.09º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8C290 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 194 144 -
CMYK 0 0.16 0.38 0.09
HSL 34.09º 0.66% 0.74% -
HSV(B) 34.09º 0.38% 0.91% -
XYZ 57.6 57.75 34.5 -
YUV 199.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 232 194 144 0 0.16 0.38 0.09 34.09 0.66 0.74
Hex E8 C2 90 0 10 26 9 22 42 4A
Octal 350 302 220 0 20 46 11 42 102 112
Binary 11101000 11000010 10010000 0 10000 100110 1001 100010 1000010 1001010

Color Harmonies of #E8C290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C290

Black with #E8C290

Text Example


Text Example

White with #E8C290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C290; }

 p { color: rgb(232,194,144); }

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

background-color css

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

 a { background-color: rgb(232,194,144); }

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

border-color css

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

 span { border-color: rgb(232,194,144); }

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