Html Css Color HEX #EFC377 Marzipan

📋 copy color: '#EFC377'

red 239 ◦ green 195 ◦ blue 119

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

Shades of Marzipan #EFC377

Tints of Marzipan #EFC377

RGB

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

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

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

R = 43.22%
G = 35.26%
B = 21.52%

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

#EFC377 (or 0xEFC377) is known color: Marzipan. HEX triplet: EF, C3 and 77. RGB value is (239,195,119). Sum of RGB (Red+Green+Blue) = 239+195+119=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC377 is #103C88. Grayscale: #C7C7C7. Windows color (decimal): -1064073 or 7848943. OLE color: 7848943.

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

Color convert

RGB 239 195 119 -
CMYK 0 0.18 0.50 0.06
HSL 38º 0.79% 0.7% -
HSV(B) 38º 0.5% 0.94% -
XYZ 58.44 58.71 25.71 -
YUV 199.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 239 195 119 0 0.18 0.50 0.06 38 0.79 0.7
Hex EF C3 77 0 12 32 6 26 4F 46
Octal 357 303 167 0 22 62 6 46 117 106
Binary 11101111 11000011 1110111 0 10010 110010 110 100110 1001111 1000110

Color Harmonies of #EFC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC377

Black with #EFC377

Text Example


Text Example

White with #EFC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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