Html Css Color HEX #EFC97F Marzipan

📋 copy color: '#EFC97F'

red 239 ◦ green 201 ◦ blue 127

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

Shades of Marzipan #EFC97F

Tints of Marzipan #EFC97F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.45%

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

R = 42.15%
G = 35.45%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFC97F (or 0xEFC97F) is known color: Marzipan. HEX triplet: EF, C9 and 7F. RGB value is (239,201,127). Sum of RGB (Red+Green+Blue) = 239+201+127=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97F is #103680. Grayscale: #CCCCCC. Windows color (decimal): -1062529 or 8374767. OLE color: 8374767.

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

Color convert

RGB 239 201 127 -
CMYK 0 0.16 0.47 0.06
HSL 39.64º 0.78% 0.72% -
HSV(B) 39.64º 0.47% 0.94% -
XYZ 60.31 61.66 28.8 -
YUV 203.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 239 201 127 0 0.16 0.47 0.06 39.64 0.78 0.72
Hex EF C9 7F 0 10 2F 6 28 4E 48
Octal 357 311 177 0 20 57 6 50 116 110
Binary 11101111 11001001 1111111 0 10000 101111 110 101000 1001110 1001000

Color Harmonies of #EFC97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC97F

Black with #EFC97F

Text Example


Text Example

White with #EFC97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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