Html Css Color HEX #EFCD76 Marzipan

📋 copy color: '#EFCD76'

red 239 ◦ green 205 ◦ blue 118

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

Shades of Marzipan #EFCD76

Tints of Marzipan #EFCD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.48%

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

R = 42.53%
G = 36.48%
B = 21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFCD76 (or 0xEFCD76) is known color: Marzipan. HEX triplet: EF, CD and 76. RGB value is (239,205,118). Sum of RGB (Red+Green+Blue) = 239+205+118=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD76 is #103289. Grayscale: #CDCDCD. Windows color (decimal): -1061514 or 7785967. OLE color: 7785967.

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

Color convert

RGB 239 205 118 -
CMYK 0 0.14 0.51 0.06
HSL 43.14º 0.79% 0.7% -
HSV(B) 43.14º 0.51% 0.94% -
XYZ 60.7 63.32 26.16 -
YUV 205.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 239 205 118 0 0.14 0.51 0.06 43.14 0.79 0.7
Hex EF CD 76 0 E 33 6 2B 4F 46
Octal 357 315 166 0 16 63 6 53 117 106
Binary 11101111 11001101 1110110 0 1110 110011 110 101011 1001111 1000110

Color Harmonies of #EFCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD76

Black with #EFCD76

Text Example


Text Example

White with #EFCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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