Html Css Color HEX #EFC376 Marzipan

📋 copy color: '#EFC376'

red 239 ◦ green 195 ◦ blue 118

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

Shades of Marzipan #EFC376

Tints of Marzipan #EFC376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.38%

R = 43.3%
G = 35.33%
B = 21.38%

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

#EFC376 (or 0xEFC376) is known color: Marzipan. HEX triplet: EF, C3 and 76. RGB value is (239,195,118). Sum of RGB (Red+Green+Blue) = 239+195+118=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC376 is #103C89. Grayscale: #C7C7C7. Windows color (decimal): -1064074 or 7783407. OLE color: 7783407.

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

Color convert

RGB 239 195 118 -
CMYK 0 0.18 0.51 0.06
HSL 38.18º 0.79% 0.7% -
HSV(B) 38.18º 0.51% 0.94% -
XYZ 58.38 58.69 25.39 -
YUV 199.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 239 195 118 0 0.18 0.51 0.06 38.18 0.79 0.7
Hex EF C3 76 0 12 33 6 26 4F 46
Octal 357 303 166 0 22 63 6 46 117 106
Binary 11101111 11000011 1110110 0 10010 110011 110 100110 1001111 1000110

Color Harmonies of #EFC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC376

Black with #EFC376

Text Example


Text Example

White with #EFC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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