#EAC27B

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

Shades of Marzipan #EAC27B

Tints of Marzipan #EAC27B

Color information

#EAC27B (or 0xEAC27B) is unknown color: approx Marzipan. HEX triplet: EA, C2 and 7B. RGB value is (234,194,123). Sum of RGB (Red+Green+Blue) = 234+194+123=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC27B is #153D84. Grayscale: #C6C6C6. Windows color (decimal): -1392005 or 8110826. OLE color: 8110826.

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

Color convert

RGB234194123-
CMYK00.170.470.08
HSL38.38º72.55%70%-
HSV(B)38.38º47.44%91.76%-
XYZ56.857.5126.85-
YUV197.8785.75153.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 123 (48.44% from 255) = 22.32%
R=42.47%
G=35.21%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419412300.170.470.0838.3872.5570
HexEAC27B0112F8264946
Octal352302173021571046111106
Binary11101010110000101111011010001101111100010011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC27B; }

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

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

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

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

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

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

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

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