Html Css Color HEX #EFC478 Marzipan

📋 copy color: '#EFC478'

red 239 ◦ green 196 ◦ blue 120

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

Shades of Marzipan #EFC478

Tints of Marzipan #EFC478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.32%

 BLUE value IS 120 (47.27% from 255) = 21.62%

R = 43.06%
G = 35.32%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFC478 (or 0xEFC478) is known color: Marzipan. HEX triplet: EF, C4 and 78. RGB value is (239,196,120). Sum of RGB (Red+Green+Blue) = 239+196+120=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC478 is #103B87. Grayscale: #C8C8C8. Windows color (decimal): -1063816 or 7914735. OLE color: 7914735.

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

Color convert

RGB 239 196 120 -
CMYK 0 0.18 0.50 0.06
HSL 38.32º 0.79% 0.7% -
HSV(B) 38.32º 0.5% 0.94% -
XYZ 58.73 59.19 26.1 -
YUV 200.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 239 196 120 0 0.18 0.50 0.06 38.32 0.79 0.7
Hex EF C4 78 0 12 32 6 26 4F 46
Octal 357 304 170 0 22 62 6 46 117 106
Binary 11101111 11000100 1111000 0 10010 110010 110 100110 1001111 1000110

Color Harmonies of #EFC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC478

Black with #EFC478

Text Example


Text Example

White with #EFC478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC478; }

 p { color: rgb(239,196,120); }

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

background-color css

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

 a { background-color: rgb(239,196,120); }

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

border-color css

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

 span { border-color: rgb(239,196,120); }

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