Html Css Color HEX #EFC97E Marzipan

📋 copy color: '#EFC97E'

red 239 ◦ green 201 ◦ blue 126

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

Shades of Marzipan #EFC97E

Tints of Marzipan #EFC97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.26%

R = 42.23%
G = 35.51%
B = 22.26%

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

#EFC97E (or 0xEFC97E) is known color: Marzipan. HEX triplet: EF, C9 and 7E. RGB value is (239,201,126). Sum of RGB (Red+Green+Blue) = 239+201+126=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97E is #103681. Grayscale: #CCCCCC. Windows color (decimal): -1062530 or 8309231. OLE color: 8309231.

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

Color convert

RGB 239 201 126 -
CMYK 0 0.16 0.47 0.06
HSL 39.82º 0.78% 0.72% -
HSV(B) 39.82º 0.47% 0.94% -
XYZ 60.25 61.63 28.46 -
YUV 203.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 239 201 126 0 0.16 0.47 0.06 39.82 0.78 0.72
Hex EF C9 7E 0 10 2F 6 28 4E 48
Octal 357 311 176 0 20 57 6 50 116 110
Binary 11101111 11001001 1111110 0 10000 101111 110 101000 1001110 1001000

Color Harmonies of #EFC97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC97E

Black with #EFC97E

Text Example


Text Example

White with #EFC97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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