Html Css Color HEX #EFC97B Marzipan

📋 copy color: '#EFC97B'

red 239 ◦ green 201 ◦ blue 123

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

Shades of Marzipan #EFC97B

Tints of Marzipan #EFC97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.85%

R = 42.45%
G = 35.7%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFC97B (or 0xEFC97B) is known color: Marzipan. HEX triplet: EF, C9 and 7B. RGB value is (239,201,123). Sum of RGB (Red+Green+Blue) = 239+201+123=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97B is #103684. Grayscale: #CBCBCB. Windows color (decimal): -1062533 or 8112623. OLE color: 8112623.

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

Color convert

RGB 239 201 123 -
CMYK 0 0.16 0.49 0.06
HSL 40.34º 0.78% 0.71% -
HSV(B) 40.34º 0.49% 0.94% -
XYZ 60.06 61.55 27.45 -
YUV 203.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 239 201 123 0 0.16 0.49 0.06 40.34 0.78 0.71
Hex EF C9 7B 0 10 31 6 28 4E 47
Octal 357 311 173 0 20 61 6 50 116 107
Binary 11101111 11001001 1111011 0 10000 110001 110 101000 1001110 1000111

Color Harmonies of #EFC97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC97B

Black with #EFC97B

Text Example


Text Example

White with #EFC97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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