Html Css Color HEX #EFCC7C Marzipan

📋 copy color: '#EFCC7C'

red 239 ◦ green 204 ◦ blue 124

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

Shades of Marzipan #EFCC7C

Tints of Marzipan #EFCC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.87%

R = 42.15%
G = 35.98%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFCC7C (or 0xEFCC7C) is known color: Marzipan. HEX triplet: EF, CC and 7C. RGB value is (239,204,124). Sum of RGB (Red+Green+Blue) = 239+204+124=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC7C is #103383. Grayscale: #CDCDCD. Windows color (decimal): -1061764 or 8178927. OLE color: 8178927.

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

Color convert

RGB 239 204 124 -
CMYK 0 0.15 0.48 0.06
HSL 41.74º 0.78% 0.71% -
HSV(B) 41.74º 0.48% 0.94% -
XYZ 60.83 62.99 28.02 -
YUV 205.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 239 204 124 0 0.15 0.48 0.06 41.74 0.78 0.71
Hex EF CC 7C 0 F 30 6 2A 4E 47
Octal 357 314 174 0 17 60 6 52 116 107
Binary 11101111 11001100 1111100 0 1111 110000 110 101010 1001110 1000111

Color Harmonies of #EFCC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC7C

Black with #EFCC7C

Text Example


Text Example

White with #EFCC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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