Html Css Color HEX #EFC77D Marzipan

📋 copy color: '#EFC77D'

red 239 ◦ green 199 ◦ blue 125

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

Shades of Marzipan #EFC77D

Tints of Marzipan #EFC77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.35%

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

R = 42.45%
G = 35.35%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFC77D (or 0xEFC77D) is known color: Marzipan. HEX triplet: EF, C7 and 7D. RGB value is (239,199,125). Sum of RGB (Red+Green+Blue) = 239+199+125=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC77D is #103882. Grayscale: #CACACA. Windows color (decimal): -1063043 or 8243183. OLE color: 8243183.

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

Color convert

RGB 239 199 125 -
CMYK 0 0.17 0.48 0.06
HSL 38.95º 0.78% 0.71% -
HSV(B) 38.95º 0.48% 0.94% -
XYZ 59.72 60.68 27.97 -
YUV 202.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 239 199 125 0 0.17 0.48 0.06 38.95 0.78 0.71
Hex EF C7 7D 0 11 30 6 27 4E 47
Octal 357 307 175 0 21 60 6 47 116 107
Binary 11101111 11000111 1111101 0 10001 110000 110 100111 1001110 1000111

Color Harmonies of #EFC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC77D

Black with #EFC77D

Text Example


Text Example

White with #EFC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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