#EAC48D

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

Shades of New Orleans #EAC48D

Tints of New Orleans #EAC48D

Color information

#EAC48D (or 0xEAC48D) is unknown color: approx New Orleans. HEX triplet: EA, C4 and 8D. RGB value is (234,196,141). Sum of RGB (Red+Green+Blue) = 234+196+141=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC48D is #153B72. Grayscale: #C9C9C9. Windows color (decimal): -1391475 or 9290986. OLE color: 9290986.

HSL color Cylindrical-coordinate representation of color #EAC48D: hue angle of 35.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAC48D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234196141-
CMYK00.160.400.08
HSL35.48º68.89%73.53%-
HSV(B)35.48º39.74%91.76%-
XYZ58.4858.933.49-
YUV201.0994.09151.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=40.98%
G=34.33%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419614100.160.400.0835.4868.8973.53
HexEAC48D01028823454a
Octal352304215020501043105112
Binary111010101100010010001101010000101000100010001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC48D; }

 p { color: rgb(234,196,141); }

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

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

 a { background-color: rgb(234,196,141); }

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

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

 span { border-color: rgb(234,196,141); }

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