Html Css Color HEX #EFC27C Marzipan

📋 copy color: '#EFC27C'

red 239 ◦ green 194 ◦ blue 124

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

Shades of Marzipan #EFC27C

Tints of Marzipan #EFC27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.83%

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 42.91%
G = 34.83%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFC27C (or 0xEFC27C) is known color: Marzipan. HEX triplet: EF, C2 and 7C. RGB value is (239,194,124). Sum of RGB (Red+Green+Blue) = 239+194+124=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC27C is #103D83. Grayscale: #C7C7C7. Windows color (decimal): -1064324 or 8176367. OLE color: 8176367.

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

Color convert

RGB 239 194 124 -
CMYK 0 0.19 0.48 0.06
HSL 36.52º 0.78% 0.71% -
HSV(B) 36.52º 0.48% 0.94% -
XYZ 58.53 58.39 27.25 -
YUV 199.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 239 194 124 0 0.19 0.48 0.06 36.52 0.78 0.71
Hex EF C2 7C 0 13 30 6 25 4E 47
Octal 357 302 174 0 23 60 6 45 116 107
Binary 11101111 11000010 1111100 0 10011 110000 110 100101 1001110 1000111

Color Harmonies of #EFC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC27C

Black with #EFC27C

Text Example


Text Example

White with #EFC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC27C; }

 p { color: rgb(239,194,124); }

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

background-color css

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

 a { background-color: rgb(239,194,124); }

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

border-color css

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

 span { border-color: rgb(239,194,124); }

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