Html Css Color HEX #E8C28C New Orleans

📋 copy color: '#E8C28C'

red 232 ◦ green 194 ◦ blue 140

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

Shades of New Orleans #E8C28C

Tints of New Orleans #E8C28C

RGB

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

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

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

R = 40.99%
G = 34.28%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8C28C (or 0xE8C28C) is known color: New Orleans. HEX triplet: E8, C2 and 8C. RGB value is (232,194,140). Sum of RGB (Red+Green+Blue) = 232+194+140=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C28C is #173D73. Grayscale: #C7C7C7. Windows color (decimal): -1523060 or 9224936. OLE color: 9224936.

HSL color Cylindrical-coordinate representation of color #E8C28C: hue angle of 35.22º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8C28C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 194 140 -
CMYK 0 0.16 0.40 0.09
HSL 35.22º 0.67% 0.73% -
HSV(B) 35.22º 0.4% 0.91% -
XYZ 57.3 57.63 32.91 -
YUV 199.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 232 194 140 0 0.16 0.40 0.09 35.22 0.67 0.73
Hex E8 C2 8C 0 10 28 9 23 43 49
Octal 350 302 214 0 20 50 11 43 103 111
Binary 11101000 11000010 10001100 0 10000 101000 1001 100011 1000011 1001001

Color Harmonies of #E8C28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C28C

Black with #E8C28C

Text Example


Text Example

White with #E8C28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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