#EFC97E

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

Shades of Marzipan #EFC97E

Tints of Marzipan #EFC97E

Color information

#EFC97E (or 0xEFC97E) is unknown color: approx Marzipan. HEX triplet: EF, C9 and 7E. RGB value is (239,201,126). Sum of RGB (Red+Green+Blue) = 239+201+126=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97E is #103681. Grayscale: #CCCCCC. Windows color (decimal): -1062530 or 8309231. OLE color: 8309231.

HSL color Cylindrical-coordinate representation of color #EFC97E: hue angle of 39.82º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFC97E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB239201126-
CMYK00.160.470.06
HSL39.82º77.93%71.57%-
HSV(B)39.82º47.28%93.73%-
XYZ60.2561.6328.46-
YUV203.8184.09153.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=42.23%
G=35.51%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920112600.160.470.0639.8277.9371.57
HexEFC97E0102F6284e48
Octal35731117602057650116110
Binary1110111111001001111111001000010111111010100010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC97E; }

 p { color: rgb(239,201,126); }

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

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

 a { background-color: rgb(239,201,126); }

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

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

 span { border-color: rgb(239,201,126); }

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