Html Css Color HEX #EFC274 Marzipan

📋 copy color: '#EFC274'

red 239 ◦ green 194 ◦ blue 116

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

Shades of Marzipan #EFC274

Tints of Marzipan #EFC274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.34%

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

R = 43.53%
G = 35.34%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC274 (or 0xEFC274) is known color: Marzipan. HEX triplet: EF, C2 and 74. RGB value is (239,194,116). Sum of RGB (Red+Green+Blue) = 239+194+116=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC274 is #103D8B. Grayscale: #C6C6C6. Windows color (decimal): -1064332 or 7652079. OLE color: 7652079.

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

Color convert

RGB 239 194 116 -
CMYK 0 0.19 0.51 0.06
HSL 38.05º 0.79% 0.7% -
HSV(B) 38.05º 0.51% 0.94% -
XYZ 58.04 58.2 24.7 -
YUV 198.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 239 194 116 0 0.19 0.51 0.06 38.05 0.79 0.7
Hex EF C2 74 0 13 33 6 26 4F 46
Octal 357 302 164 0 23 63 6 46 117 106
Binary 11101111 11000010 1110100 0 10011 110011 110 100110 1001111 1000110

Color Harmonies of #EFC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC274

Black with #EFC274

Text Example


Text Example

White with #EFC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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