Html Css Color HEX #E5CC8A New Orleans

📋 copy color: '#E5CC8A'

red 229 ◦ green 204 ◦ blue 138

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

Shades of New Orleans #E5CC8A

Tints of New Orleans #E5CC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.17%

R = 40.11%
G = 35.73%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5CC8A (or 0xE5CC8A) is known color: New Orleans. HEX triplet: E5, CC and 8A. RGB value is (229,204,138). Sum of RGB (Red+Green+Blue) = 229+204+138=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CC8A is #1A3375. Grayscale: #CCCCCC. Windows color (decimal): -1717110 or 9096421. OLE color: 9096421.

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

Color convert

RGB 229 204 138 -
CMYK 0 0.11 0.40 0.10
HSL 43.52º 0.64% 0.72% -
HSV(B) 43.52º 0.4% 0.9% -
XYZ 58.49 61.68 32.87 -
YUV 203.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 229 204 138 0 0.11 0.40 0.10 43.52 0.64 0.72
Hex E5 CC 8A 0 B 28 A 2C 40 48
Octal 345 314 212 0 13 50 12 54 100 110
Binary 11100101 11001100 10001010 0 1011 101000 1010 101100 1000000 1001000

Color Harmonies of #E5CC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC8A

Black with #E5CC8A

Text Example


Text Example

White with #E5CC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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