Html Css Color HEX #EFC974 Marzipan

📋 copy color: '#EFC974'

red 239 ◦ green 201 ◦ blue 116

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

Shades of Marzipan #EFC974

Tints of Marzipan #EFC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.15%

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

R = 42.99%
G = 36.15%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC974 (or 0xEFC974) is known color: Marzipan. HEX triplet: EF, C9 and 74. RGB value is (239,201,116). Sum of RGB (Red+Green+Blue) = 239+201+116=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC974 is #10368B. Grayscale: #CBCBCB. Windows color (decimal): -1062540 or 7653871. OLE color: 7653871.

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

Color convert

RGB 239 201 116 -
CMYK 0 0.16 0.51 0.06
HSL 41.46º 0.79% 0.7% -
HSV(B) 41.46º 0.51% 0.94% -
XYZ 59.64 61.38 25.23 -
YUV 202.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 239 201 116 0 0.16 0.51 0.06 41.46 0.79 0.7
Hex EF C9 74 0 10 33 6 29 4F 46
Octal 357 311 164 0 20 63 6 51 117 106
Binary 11101111 11001001 1110100 0 10000 110011 110 101001 1001111 1000110

Color Harmonies of #EFC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC974

Black with #EFC974

Text Example


Text Example

White with #EFC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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