#EFC488

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

Shades of Marzipan #EFC488

Tints of Marzipan #EFC488

Color information

#EFC488 (or 0xEFC488) is unknown color: approx Marzipan. HEX triplet: EF, C4 and 88. RGB value is (239,196,136). Sum of RGB (Red+Green+Blue) = 239+196+136=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC488 is #103B77. Grayscale: #CACACA. Windows color (decimal): -1063800 or 8963311. OLE color: 8963311.

HSL color Cylindrical-coordinate representation of color #EFC488: hue angle of 34.95º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFC488 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB239196136-
CMYK00.180.430.06
HSL34.95º76.3%73.53%-
HSV(B)34.95º43.1%93.73%-
XYZ59.7859.6131.65-
YUV202.0290.75154.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=41.86%
G=34.33%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919613600.180.430.0634.9576.373.53
HexEFC4880122B6234c4a
Octal35730421002253643114112
Binary11101111110001001000100001001010101111010001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC488; }

 p { color: rgb(239,196,136); }

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

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

 a { background-color: rgb(239,196,136); }

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

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

 span { border-color: rgb(239,196,136); }

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