Html Css Color HEX #EFC981 Marzipan

📋 copy color: '#EFC981'

red 239 ◦ green 201 ◦ blue 129

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

Shades of Marzipan #EFC981

Tints of Marzipan #EFC981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.67%

R = 42%
G = 35.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFC981 (or 0xEFC981) is known color: Marzipan. HEX triplet: EF, C9 and 81. RGB value is (239,201,129). Sum of RGB (Red+Green+Blue) = 239+201+129=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC981 is #10367E. Grayscale: #CCCCCC. Windows color (decimal): -1062527 or 8505839. OLE color: 8505839.

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

Color convert

RGB 239 201 129 -
CMYK 0 0.16 0.46 0.06
HSL 39.27º 0.77% 0.72% -
HSV(B) 39.27º 0.46% 0.94% -
XYZ 60.45 61.71 29.49 -
YUV 204.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 239 201 129 0 0.16 0.46 0.06 39.27 0.77 0.72
Hex EF C9 81 0 10 2E 6 27 4D 48
Octal 357 311 201 0 20 56 6 47 115 110
Binary 11101111 11001001 10000001 0 10000 101110 110 100111 1001101 1001000

Color Harmonies of #EFC981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC981

Black with #EFC981

Text Example


Text Example

White with #EFC981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC981; }

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

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

background-color css

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

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

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

border-color css

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

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

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