Html Css Color HEX #EFC379 Marzipan

📋 copy color: '#EFC379'

red 239 ◦ green 195 ◦ blue 121

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

Shades of Marzipan #EFC379

Tints of Marzipan #EFC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.14%

 BLUE value IS 121 (47.66% from 255) = 21.8%

R = 43.06%
G = 35.14%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFC379 (or 0xEFC379) is known color: Marzipan. HEX triplet: EF, C3 and 79. RGB value is (239,195,121). Sum of RGB (Red+Green+Blue) = 239+195+121=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC379 is #103C86. Grayscale: #C8C8C8. Windows color (decimal): -1064071 or 7980015. OLE color: 7980015.

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

Color convert

RGB 239 195 121 -
CMYK 0 0.18 0.49 0.06
HSL 37.63º 0.79% 0.71% -
HSV(B) 37.63º 0.49% 0.94% -
XYZ 58.56 58.76 26.34 -
YUV 199.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 239 195 121 0 0.18 0.49 0.06 37.63 0.79 0.71
Hex EF C3 79 0 12 31 6 26 4F 47
Octal 357 303 171 0 22 61 6 46 117 107
Binary 11101111 11000011 1111001 0 10010 110001 110 100110 1001111 1000111

Color Harmonies of #EFC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC379

Black with #EFC379

Text Example


Text Example

White with #EFC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC379; }

 p { color: rgb(239,195,121); }

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

background-color css

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

 a { background-color: rgb(239,195,121); }

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

border-color css

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

 span { border-color: rgb(239,195,121); }

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