Html Css Color HEX #EFCC85 Marzipan

📋 copy color: '#EFCC85'

red 239 ◦ green 204 ◦ blue 133

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

Shades of Marzipan #EFCC85

Tints of Marzipan #EFCC85

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.42%

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

R = 41.49%
G = 35.42%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFCC85 (or 0xEFCC85) is known color: Marzipan. HEX triplet: EF, CC and 85. RGB value is (239,204,133). Sum of RGB (Red+Green+Blue) = 239+204+133=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCC85 is #10337A. Grayscale: #CECECE. Windows color (decimal): -1061755 or 8768751. OLE color: 8768751.

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

Color convert

RGB 239 204 133 -
CMYK 0 0.15 0.44 0.06
HSL 40.19º 0.77% 0.73% -
HSV(B) 40.19º 0.44% 0.94% -
XYZ 61.42 63.23 31.16 -
YUV 206.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 239 204 133 0 0.15 0.44 0.06 40.19 0.77 0.73
Hex EF CC 85 0 F 2C 6 28 4D 49
Octal 357 314 205 0 17 54 6 50 115 111
Binary 11101111 11001100 10000101 0 1111 101100 110 101000 1001101 1001001

Color Harmonies of #EFCC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC85

Black with #EFCC85

Text Example


Text Example

White with #EFCC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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