#EAC188

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

Shades of New Orleans #EAC188

Tints of New Orleans #EAC188

Color information

#EAC188 (or 0xEAC188) is unknown color: approx New Orleans. HEX triplet: EA, C1 and 88. RGB value is (234,193,136). Sum of RGB (Red+Green+Blue) = 234+193+136=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC188 is #153E77. Grayscale: #C7C7C7. Windows color (decimal): -1392248 or 8962538. OLE color: 8962538.

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

Color convert

RGB234193136-
CMYK00.180.420.08
HSL34.9º70%72.55%-
HSV(B)34.9º41.88%91.76%-
XYZ57.4557.4131.35-
YUV198.7692.58153.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=41.56%
G=34.28%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419313600.180.420.0834.97072.55
HexEAC1880122A8234649
Octal352301210022521043106111
Binary111010101100000110001000010010101010100010001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC188; }

 p { color: rgb(234,193,136); }

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

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

 a { background-color: rgb(234,193,136); }

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

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

 span { border-color: rgb(234,193,136); }

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