#EAC28B

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

Shades of New Orleans #EAC28B

Tints of New Orleans #EAC28B

Color information

#EAC28B (or 0xEAC28B) is unknown color: approx New Orleans. HEX triplet: EA, C2 and 8B. RGB value is (234,194,139). Sum of RGB (Red+Green+Blue) = 234+194+139=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC28B is #153D74. Grayscale: #C7C7C7. Windows color (decimal): -1391989 or 9159402. OLE color: 9159402.

HSL color Cylindrical-coordinate representation of color #EAC28B: hue angle of 34.74º 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 #EAC28B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234194139-
CMYK00.170.410.08
HSL34.74º69.34%73.14%-
HSV(B)34.74º40.6%91.76%-
XYZ57.8857.9432.56-
YUV199.6993.75152.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 139 (54.69% from 255) = 24.51%
R=41.27%
G=34.22%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419413900.170.410.0834.7469.3473.14
HexEAC28B011298234549
Octal352302213021511043105111
Binary111010101100001010001011010001101001100010001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC28B; }

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

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

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

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

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

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

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

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