Html Css Color HEX #E5CC8C New Orleans

📋 copy color: '#E5CC8C'

red 229 ◦ green 204 ◦ blue 140

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

Shades of New Orleans #E5CC8C

Tints of New Orleans #E5CC8C

RGB

 RED value IS 229 (89.84% from 255) = 39.97%

 GREEN value IS 204 (80.08% from 255) = 35.6%

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

R = 39.97%
G = 35.6%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5CC8C (or 0xE5CC8C) is known color: New Orleans. HEX triplet: E5, CC and 8C. RGB value is (229,204,140). Sum of RGB (Red+Green+Blue) = 229+204+140=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CC8C is #1A3373. Grayscale: #CCCCCC. Windows color (decimal): -1717108 or 9227493. OLE color: 9227493.

HSL color Cylindrical-coordinate representation of color #E5CC8C: hue angle of 43.15º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5CC8C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 140 -
CMYK 0 0.11 0.39 0.10
HSL 43.15º 0.63% 0.72% -
HSV(B) 43.15º 0.39% 0.9% -
XYZ 58.64 61.74 33.64 -
YUV 204.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 229 204 140 0 0.11 0.39 0.10 43.15 0.63 0.72
Hex E5 CC 8C 0 B 27 A 2B 3F 48
Octal 345 314 214 0 13 47 12 53 77 110
Binary 11100101 11001100 10001100 0 1011 100111 1010 101011 111111 1001000

Color Harmonies of #E5CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC8C

Black with #E5CC8C

Text Example


Text Example

White with #E5CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC8C; }

 p { color: rgb(229,204,140); }

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

background-color css

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

 a { background-color: rgb(229,204,140); }

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

border-color css

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

 span { border-color: rgb(229,204,140); }

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