#EFCC7A

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

Shades of Marzipan #EFCC7A

Tints of Marzipan #EFCC7A

Color information

#EFCC7A (or 0xEFCC7A) is unknown color: approx Marzipan. HEX triplet: EF, CC and 7A. RGB value is (239,204,122). Sum of RGB (Red+Green+Blue) = 239+204+122=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC7A is #103385. Grayscale: #CDCDCD. Windows color (decimal): -1061766 or 8047855. OLE color: 8047855.

HSL color Cylindrical-coordinate representation of color #EFCC7A: hue angle of 42.05º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFCC7A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239204122-
CMYK00.150.490.06
HSL42.05º78.52%70.78%-
HSV(B)42.05º48.95%93.73%-
XYZ60.762.9427.36-
YUV205.1281.1152.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 122 (48.05% from 255) = 21.59%
R=42.30%
G=36.11%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920412200.150.490.0642.0578.5270.78
HexEFCC7A0F3162a4f47
Octal35731417201761652117107
Binary111011111100110011110100111111000111010101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCC7A; }

 p { color: rgb(239,204,122); }

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

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

 a { background-color: rgb(239,204,122); }

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

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

 span { border-color: rgb(239,204,122); }

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