Html Css Color HEX #EFC577 Marzipan

📋 copy color: '#EFC577'

red 239 ◦ green 197 ◦ blue 119

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

Shades of Marzipan #EFC577

Tints of Marzipan #EFC577

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.5%

 BLUE value IS 119 (46.88% from 255) = 21.44%

R = 43.06%
G = 35.5%
B = 21.44%

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

#EFC577 (or 0xEFC577) is known color: Marzipan. HEX triplet: EF, C5 and 77. RGB value is (239,197,119). Sum of RGB (Red+Green+Blue) = 239+197+119=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC577 is #103A88. Grayscale: #C9C9C9. Windows color (decimal): -1063561 or 7849455. OLE color: 7849455.

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

Color convert

RGB 239 197 119 -
CMYK 0 0.18 0.50 0.06
HSL 39º 0.79% 0.7% -
HSV(B) 39º 0.5% 0.94% -
XYZ 58.89 59.62 25.86 -
YUV 200.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 239 197 119 0 0.18 0.50 0.06 39 0.79 0.7
Hex EF C5 77 0 12 32 6 27 4F 46
Octal 357 305 167 0 22 62 6 47 117 106
Binary 11101111 11000101 1110111 0 10010 110010 110 100111 1001111 1000110

Color Harmonies of #EFC577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC577

Black with #EFC577

Text Example


Text Example

White with #EFC577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC577; }

 p { color: rgb(239,197,119); }

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

background-color css

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

 a { background-color: rgb(239,197,119); }

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

border-color css

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

 span { border-color: rgb(239,197,119); }

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