#EFC383

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

Shades of Marzipan #EFC383

Tints of Marzipan #EFC383

Color information

#EFC383 (or 0xEFC383) is unknown color: approx Marzipan. HEX triplet: EF, C3 and 83. RGB value is (239,195,131). Sum of RGB (Red+Green+Blue) = 239+195+131=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC383 is #103C7C. Grayscale: #C9C9C9. Windows color (decimal): -1064061 or 8635375. OLE color: 8635375.

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

Color convert

RGB239195131-
CMYK00.180.450.06
HSL35.56º77.14%72.55%-
HSV(B)35.56º45.19%93.73%-
XYZ59.2159.0229.74-
YUV200.8688.58155.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 131 (51.56% from 255) = 23.19%
R=42.30%
G=34.51%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919513100.180.450.0635.5677.1472.55
HexEFC3830122D6244d49
Octal35730320302255644115111
Binary11101111110000111000001101001010110111010010010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC383; }

 p { color: rgb(239,195,131); }

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

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

 a { background-color: rgb(239,195,131); }

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

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

 span { border-color: rgb(239,195,131); }

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