Html Css Color HEX #EFC47F Marzipan

📋 copy color: '#EFC47F'

red 239 ◦ green 196 ◦ blue 127

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

Shades of Marzipan #EFC47F

Tints of Marzipan #EFC47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.88%

 BLUE value IS 127 (50% from 255) = 22.6%

R = 42.53%
G = 34.88%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFC47F (or 0xEFC47F) is known color: Marzipan. HEX triplet: EF, C4 and 7F. RGB value is (239,196,127). Sum of RGB (Red+Green+Blue) = 239+196+127=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC47F is #103B80. Grayscale: #C9C9C9. Windows color (decimal): -1063809 or 8373487. OLE color: 8373487.

HSL color Cylindrical-coordinate representation of color #EFC47F: hue angle of 36.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFC47F is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 127 -
CMYK 0 0.18 0.47 0.06
HSL 36.96º 0.78% 0.72% -
HSV(B) 36.96º 0.47% 0.94% -
XYZ 59.17 59.36 28.42 -
YUV 200.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 239 196 127 0 0.18 0.47 0.06 36.96 0.78 0.72
Hex EF C4 7F 0 12 2F 6 25 4E 48
Octal 357 304 177 0 22 57 6 45 116 110
Binary 11101111 11000100 1111111 0 10010 101111 110 100101 1001110 1001000

Color Harmonies of #EFC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC47F

Black with #EFC47F

Text Example


Text Example

White with #EFC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC47F; }

 p { color: rgb(239,196,127); }

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

background-color css

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

 a { background-color: rgb(239,196,127); }

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

border-color css

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

 span { border-color: rgb(239,196,127); }

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