Html Css Color HEX #EFCC76 Marzipan

📋 copy color: '#EFCC76'

red 239 ◦ green 204 ◦ blue 118

#EFCC76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marzipan #EFCC76

Tints of Marzipan #EFCC76

RGB

 RED value IS 239 (93.75% from 255) = 42.6%

 GREEN value IS 204 (80.08% from 255) = 36.36%

 BLUE value IS 118 (46.48% from 255) = 21.03%

R = 42.6%
G = 36.36%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFCC76 (or 0xEFCC76) is known color: Marzipan. HEX triplet: EF, CC and 76. RGB value is (239,204,118). Sum of RGB (Red+Green+Blue) = 239+204+118=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC76 is #103389. Grayscale: #CDCDCD. Windows color (decimal): -1061770 or 7785711. OLE color: 7785711.

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

Color convert

RGB 239 204 118 -
CMYK 0 0.15 0.51 0.06
HSL 42.64º 0.79% 0.7% -
HSV(B) 42.64º 0.51% 0.94% -
XYZ 60.46 62.84 26.08 -
YUV 204.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 239 204 118 0 0.15 0.51 0.06 42.64 0.79 0.7
Hex EF CC 76 0 F 33 6 2B 4F 46
Octal 357 314 166 0 17 63 6 53 117 106
Binary 11101111 11001100 1110110 0 1111 110011 110 101011 1001111 1000110

Color Harmonies of #EFCC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC76

Black with #EFCC76

Text Example


Text Example

White with #EFCC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC76; }

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

 H1.HeaderClassName
 {
   color: #EFCC76;
 }
 .AnyTagClassName
 {
   color: #EFCC76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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