Html Css Color HEX #EFC488 Marzipan

📋 copy color: '#EFC488'

red 239 ◦ green 196 ◦ blue 136

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

Shades of Marzipan #EFC488

Tints of Marzipan #EFC488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.33%

 BLUE value IS 136 (53.52% from 255) = 23.82%

R = 41.86%
G = 34.33%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFC488 (or 0xEFC488) is known color: Marzipan. HEX triplet: EF, C4 and 88. RGB value is (239,196,136). Sum of RGB (Red+Green+Blue) = 239+196+136=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC488 is #103B77. Grayscale: #CACACA. Windows color (decimal): -1063800 or 8963311. OLE color: 8963311.

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

Color convert

RGB 239 196 136 -
CMYK 0 0.18 0.43 0.06
HSL 34.95º 0.76% 0.74% -
HSV(B) 34.95º 0.43% 0.94% -
XYZ 59.78 59.61 31.65 -
YUV 202.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 239 196 136 0 0.18 0.43 0.06 34.95 0.76 0.74
Hex EF C4 88 0 12 2B 6 23 4C 4A
Octal 357 304 210 0 22 53 6 43 114 112
Binary 11101111 11000100 10001000 0 10010 101011 110 100011 1001100 1001010

Color Harmonies of #EFC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC488

Black with #EFC488

Text Example


Text Example

White with #EFC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC488; }

 p { color: rgb(239,196,136); }

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

background-color css

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

 a { background-color: rgb(239,196,136); }

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

border-color css

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

 span { border-color: rgb(239,196,136); }

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