Html Css Color HEX #EFC47D Marzipan

📋 copy color: '#EFC47D'

red 239 ◦ green 196 ◦ blue 125

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

Shades of Marzipan #EFC47D

Tints of Marzipan #EFC47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.32%

R = 42.68%
G = 35%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFC47D (or 0xEFC47D) is known color: Marzipan. HEX triplet: EF, C4 and 7D. RGB value is (239,196,125). Sum of RGB (Red+Green+Blue) = 239+196+125=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC47D is #103B82. Grayscale: #C9C9C9. Windows color (decimal): -1063811 or 8242415. OLE color: 8242415.

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

Color convert

RGB 239 196 125 -
CMYK 0 0.18 0.48 0.06
HSL 37.37º 0.78% 0.71% -
HSV(B) 37.37º 0.48% 0.94% -
XYZ 59.04 59.31 27.74 -
YUV 200.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 239 196 125 0 0.18 0.48 0.06 37.37 0.78 0.71
Hex EF C4 7D 0 12 30 6 25 4E 47
Octal 357 304 175 0 22 60 6 45 116 107
Binary 11101111 11000100 1111101 0 10010 110000 110 100101 1001110 1000111

Color Harmonies of #EFC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC47D

Black with #EFC47D

Text Example


Text Example

White with #EFC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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