Html Css Color HEX #EDCE85 Marzipan

📋 copy color: '#EDCE85'

red 237 ◦ green 206 ◦ blue 133

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

Shades of Marzipan #EDCE85

Tints of Marzipan #EDCE85

RGB

 RED value IS 237 (92.97% from 255) = 41.15%

 GREEN value IS 206 (80.86% from 255) = 35.76%

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

R = 41.15%
G = 35.76%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDCE85 (or 0xEDCE85) is known color: Marzipan. HEX triplet: ED, CE and 85. RGB value is (237,206,133). Sum of RGB (Red+Green+Blue) = 237+206+133=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE85 is #12317A. Grayscale: #CFCFCF. Windows color (decimal): -1192315 or 8769261. OLE color: 8769261.

HSL color Cylindrical-coordinate representation of color #EDCE85: hue angle of 42.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDCE85 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 133 -
CMYK 0 0.13 0.44 0.07
HSL 42.12º 0.74% 0.73% -
HSV(B) 42.12º 0.44% 0.93% -
XYZ 61.23 63.84 31.29 -
YUV 206.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 237 206 133 0 0.13 0.44 0.07 42.12 0.74 0.73
Hex ED CE 85 0 D 2C 7 2A 4A 49
Octal 355 316 205 0 15 54 7 52 112 111
Binary 11101101 11001110 10000101 0 1101 101100 111 101010 1001010 1001001

Color Harmonies of #EDCE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE85

Black with #EDCE85

Text Example


Text Example

White with #EDCE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE85; }

 p { color: rgb(237,206,133); }

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

background-color css

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

 a { background-color: rgb(237,206,133); }

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

border-color css

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

 span { border-color: rgb(237,206,133); }

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