Html Css Color HEX #EFC37D Marzipan

📋 copy color: '#EFC37D'

red 239 ◦ green 195 ◦ blue 125

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

Shades of Marzipan #EFC37D

Tints of Marzipan #EFC37D

RGB

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

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

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

R = 42.75%
G = 34.88%
B = 22.36%

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

#EFC37D (or 0xEFC37D) is known color: Marzipan. HEX triplet: EF, C3 and 7D. RGB value is (239,195,125). Sum of RGB (Red+Green+Blue) = 239+195+125=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC37D is #103C82. Grayscale: #C8C8C8. Windows color (decimal): -1064067 or 8242159. OLE color: 8242159.

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

Color convert

RGB 239 195 125 -
CMYK 0 0.18 0.48 0.06
HSL 36.84º 0.78% 0.71% -
HSV(B) 36.84º 0.48% 0.94% -
XYZ 58.81 58.86 27.66 -
YUV 200.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 239 195 125 0 0.18 0.48 0.06 36.84 0.78 0.71
Hex EF C3 7D 0 12 30 6 25 4E 47
Octal 357 303 175 0 22 60 6 45 116 107
Binary 11101111 11000011 1111101 0 10010 110000 110 100101 1001110 1000111

Color Harmonies of #EFC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC37D

Black with #EFC37D

Text Example


Text Example

White with #EFC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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