Html Css Color HEX #E5CC8B New Orleans

📋 copy color: '#E5CC8B'

red 229 ◦ green 204 ◦ blue 139

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

Shades of New Orleans #E5CC8B

Tints of New Orleans #E5CC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.3%

R = 40.03%
G = 35.66%
B = 24.3%

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

#E5CC8B (or 0xE5CC8B) is known color: New Orleans. HEX triplet: E5, CC and 8B. RGB value is (229,204,139). Sum of RGB (Red+Green+Blue) = 229+204+139=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CC8B is #1A3374. Grayscale: #CCCCCC. Windows color (decimal): -1717109 or 9161957. OLE color: 9161957.

HSL color Cylindrical-coordinate representation of color #E5CC8B: hue angle of 43.33º 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 #E5CC8B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 139 -
CMYK 0 0.11 0.39 0.10
HSL 43.33º 0.63% 0.72% -
HSV(B) 43.33º 0.39% 0.9% -
XYZ 58.57 61.71 33.25 -
YUV 204.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 229 204 139 0 0.11 0.39 0.10 43.33 0.63 0.72
Hex E5 CC 8B 0 B 27 A 2B 3F 48
Octal 345 314 213 0 13 47 12 53 77 110
Binary 11100101 11001100 10001011 0 1011 100111 1010 101011 111111 1001000

Color Harmonies of #E5CC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC8B

Black with #E5CC8B

Text Example


Text Example

White with #E5CC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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