Html Css Color HEX #EFCB85 Marzipan

📋 copy color: '#EFCB85'

red 239 ◦ green 203 ◦ blue 133

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

Shades of Marzipan #EFCB85

Tints of Marzipan #EFCB85

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

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

R = 41.57%
G = 35.3%
B = 23.13%

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

#EFCB85 (or 0xEFCB85) is known color: Marzipan. HEX triplet: EF, CB and 85. RGB value is (239,203,133). Sum of RGB (Red+Green+Blue) = 239+203+133=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB85 is #10347A. Grayscale: #CECECE. Windows color (decimal): -1062011 or 8768495. OLE color: 8768495.

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

Color convert

RGB 239 203 133 -
CMYK 0 0.15 0.44 0.06
HSL 39.62º 0.77% 0.73% -
HSV(B) 39.62º 0.44% 0.94% -
XYZ 61.19 62.76 31.08 -
YUV 205.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 239 203 133 0 0.15 0.44 0.06 39.62 0.77 0.73
Hex EF CB 85 0 F 2C 6 28 4D 49
Octal 357 313 205 0 17 54 6 50 115 111
Binary 11101111 11001011 10000101 0 1111 101100 110 101000 1001101 1001001

Color Harmonies of #EFCB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB85

Black with #EFCB85

Text Example


Text Example

White with #EFCB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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