Html Css Color HEX #EFC385 Marzipan

📋 copy color: '#EFC385'

red 239 ◦ green 195 ◦ blue 133

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

Shades of Marzipan #EFC385

Tints of Marzipan #EFC385

RGB

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

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

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

R = 42.15%
G = 34.39%
B = 23.46%

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

#EFC385 (or 0xEFC385) is known color: Marzipan. HEX triplet: EF, C3 and 85. RGB value is (239,195,133). Sum of RGB (Red+Green+Blue) = 239+195+133=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC385 is #103C7A. Grayscale: #C9C9C9. Windows color (decimal): -1064059 or 8766447. OLE color: 8766447.

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

Color convert

RGB 239 195 133 -
CMYK 0 0.18 0.44 0.06
HSL 35.09º 0.77% 0.73% -
HSV(B) 35.09º 0.44% 0.94% -
XYZ 59.35 59.07 30.46 -
YUV 201.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 239 195 133 0 0.18 0.44 0.06 35.09 0.77 0.73
Hex EF C3 85 0 12 2C 6 23 4D 49
Octal 357 303 205 0 22 54 6 43 115 111
Binary 11101111 11000011 10000101 0 10010 101100 110 100011 1001101 1001001

Color Harmonies of #EFC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC385

Black with #EFC385

Text Example


Text Example

White with #EFC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC385; }

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

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

background-color css

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

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

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

border-color css

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

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

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