Html Css Color HEX #EFC384 Marzipan

📋 copy color: '#EFC384'

red 239 ◦ green 195 ◦ blue 132

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

Shades of Marzipan #EFC384

Tints of Marzipan #EFC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.45%

 BLUE value IS 132 (51.95% from 255) = 23.32%

R = 42.23%
G = 34.45%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFC384 (or 0xEFC384) is known color: Marzipan. HEX triplet: EF, C3 and 84. RGB value is (239,195,132). Sum of RGB (Red+Green+Blue) = 239+195+132=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC384 is #103C7B. Grayscale: #C9C9C9. Windows color (decimal): -1064060 or 8700911. OLE color: 8700911.

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

Color convert

RGB 239 195 132 -
CMYK 0 0.18 0.45 0.06
HSL 35.33º 0.77% 0.73% -
HSV(B) 35.33º 0.45% 0.94% -
XYZ 59.28 59.05 30.1 -
YUV 200.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 239 195 132 0 0.18 0.45 0.06 35.33 0.77 0.73
Hex EF C3 84 0 12 2D 6 23 4D 49
Octal 357 303 204 0 22 55 6 43 115 111
Binary 11101111 11000011 10000100 0 10010 101101 110 100011 1001101 1001001

Color Harmonies of #EFC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC384

Black with #EFC384

Text Example


Text Example

White with #EFC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC384; }

 p { color: rgb(239,195,132); }

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

background-color css

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

 a { background-color: rgb(239,195,132); }

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

border-color css

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

 span { border-color: rgb(239,195,132); }

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