#EFC588

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

Shades of Marzipan #EFC588

Tints of Marzipan #EFC588

Color information

#EFC588 (or 0xEFC588) is unknown color: approx Marzipan. HEX triplet: EF, C5 and 88. RGB value is (239,197,136). Sum of RGB (Red+Green+Blue) = 239+197+136=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC588 is #103A77. Grayscale: #CACACA. Windows color (decimal): -1063544 or 8963567. OLE color: 8963567.

HSL color Cylindrical-coordinate representation of color #EFC588: hue angle of 35.53º 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 #EFC588 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB239197136-
CMYK00.180.430.06
HSL35.53º76.3%73.53%-
HSV(B)35.53º43.1%93.73%-
XYZ60.0160.0631.72-
YUV202.690.41153.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 136 (53.52% from 255) = 23.78%
R=41.78%
G=34.44%
B=23.78%

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
Decimal23919713600.180.430.0635.5376.373.53
HexEFC5880122B6244c4a
Octal35730521002253644114112
Binary11101111110001011000100001001010101111010010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC588; }

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

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

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

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

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

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

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

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