Html Css Color HEX #EFC574 Marzipan

📋 copy color: '#EFC574'

red 239 ◦ green 197 ◦ blue 116

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

Shades of Marzipan #EFC574

Tints of Marzipan #EFC574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.01%

R = 43.3%
G = 35.69%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC574 (or 0xEFC574) is known color: Marzipan. HEX triplet: EF, C5 and 74. RGB value is (239,197,116). Sum of RGB (Red+Green+Blue) = 239+197+116=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC574 is #103A8B. Grayscale: #C8C8C8. Windows color (decimal): -1063564 or 7652847. OLE color: 7652847.

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

Color convert

RGB 239 197 116 -
CMYK 0 0.18 0.51 0.06
HSL 39.51º 0.79% 0.7% -
HSV(B) 39.51º 0.51% 0.94% -
XYZ 58.72 59.54 24.92 -
YUV 200.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 239 197 116 0 0.18 0.51 0.06 39.51 0.79 0.7
Hex EF C5 74 0 12 33 6 28 4F 46
Octal 357 305 164 0 22 63 6 50 117 106
Binary 11101111 11000101 1110100 0 10010 110011 110 101000 1001111 1000110

Color Harmonies of #EFC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC574

Black with #EFC574

Text Example


Text Example

White with #EFC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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