#EAC68F

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

Shades of New Orleans #EAC68F

Tints of New Orleans #EAC68F

Color information

#EAC68F (or 0xEAC68F) is unknown color: approx New Orleans. HEX triplet: EA, C6 and 8F. RGB value is (234,198,143). Sum of RGB (Red+Green+Blue) = 234+198+143=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC68F is #153970. Grayscale: #CACACA. Windows color (decimal): -1390961 or 9422570. OLE color: 9422570.

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

Color convert

RGB234198143-
CMYK00.150.390.08
HSL36.26º68.42%73.92%-
HSV(B)36.26º38.89%91.76%-
XYZ59.0859.8634.43-
YUV202.4994.43150.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=40.70%
G=34.43%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419814300.150.390.0836.2668.4273.92
HexEAC68F0F27824444a
Octal352306217017471044104112
Binary11101010110001101000111101111100111100010010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC68F; }

 p { color: rgb(234,198,143); }

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

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

 a { background-color: rgb(234,198,143); }

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

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

 span { border-color: rgb(234,198,143); }

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