Html Css Color HEX #EFC281 Marzipan

📋 copy color: '#EFC281'

red 239 ◦ green 194 ◦ blue 129

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

Shades of Marzipan #EFC281

Tints of Marzipan #EFC281

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.52%

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

R = 42.53%
G = 34.52%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFC281 (or 0xEFC281) is known color: Marzipan. HEX triplet: EF, C2 and 81. RGB value is (239,194,129). Sum of RGB (Red+Green+Blue) = 239+194+129=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC281 is #103D7E. Grayscale: #C8C8C8. Windows color (decimal): -1064319 or 8504047. OLE color: 8504047.

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

Color convert

RGB 239 194 129 -
CMYK 0 0.19 0.46 0.06
HSL 35.45º 0.77% 0.72% -
HSV(B) 35.45º 0.46% 0.94% -
XYZ 58.85 58.52 28.96 -
YUV 200.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 239 194 129 0 0.19 0.46 0.06 35.45 0.77 0.72
Hex EF C2 81 0 13 2E 6 23 4D 48
Octal 357 302 201 0 23 56 6 43 115 110
Binary 11101111 11000010 10000001 0 10011 101110 110 100011 1001101 1001000

Color Harmonies of #EFC281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC281

Black with #EFC281

Text Example


Text Example

White with #EFC281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC281; }

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

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

background-color css

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

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

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

border-color css

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

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

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