Html Css Color HEX #EFC485 Marzipan

📋 copy color: '#EFC485'

red 239 ◦ green 196 ◦ blue 133

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

Shades of Marzipan #EFC485

Tints of Marzipan #EFC485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.42%

R = 42.08%
G = 34.51%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFC485 (or 0xEFC485) is known color: Marzipan. HEX triplet: EF, C4 and 85. RGB value is (239,196,133). Sum of RGB (Red+Green+Blue) = 239+196+133=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC485 is #103B7A. Grayscale: #C9C9C9. Windows color (decimal): -1063803 or 8766703. OLE color: 8766703.

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

Color convert

RGB 239 196 133 -
CMYK 0 0.18 0.44 0.06
HSL 35.66º 0.77% 0.73% -
HSV(B) 35.66º 0.44% 0.94% -
XYZ 59.57 59.52 30.54 -
YUV 201.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 239 196 133 0 0.18 0.44 0.06 35.66 0.77 0.73
Hex EF C4 85 0 12 2C 6 24 4D 49
Octal 357 304 205 0 22 54 6 44 115 111
Binary 11101111 11000100 10000101 0 10010 101100 110 100100 1001101 1001001

Color Harmonies of #EFC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC485

Black with #EFC485

Text Example


Text Example

White with #EFC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC485; }

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

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

background-color css

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

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

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

border-color css

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

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

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