#EAC88B

Color #EAC88B New Orleans (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Orleans #EAC88B

Tints of New Orleans #EAC88B

Color information

#EAC88B (or 0xEAC88B) is unknown color: approx New Orleans. HEX triplet: EA, C8 and 8B. RGB value is (234,200,139). Sum of RGB (Red+Green+Blue) = 234+200+139=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC88B is #153774. Grayscale: #CBCBCB. Windows color (decimal): -1390453 or 9160938. OLE color: 9160938.

HSL color Cylindrical-coordinate representation of color #EAC88B: hue angle of 38.53º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAC88B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234200139-
CMYK00.150.410.08
HSL38.53º69.34%73.14%-
HSV(B)38.53º40.6%91.76%-
XYZ59.2560.6733.01-
YUV203.2191.76149.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 139 (54.69% from 255) = 24.26%
R=40.84%
G=34.90%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420013900.150.410.0838.5369.3473.14
HexEAC88B0F298274549
Octal352310213017511047105111
Binary11101010110010001000101101111101001100010011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC88B; }

 p { color: rgb(234,200,139); }

 H1.HeaderClassName
 {
   color: #EAC88B;
 }
 .AnyTagClassName
 {
   color: #EAC88B;
 }
</style>
background-color css

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

 a { background-color: rgb(234,200,139); }

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

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

 span { border-color: rgb(234,200,139); }

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