Html Css Color HEX #EDCE88 Marzipan

📋 copy color: '#EDCE88'

red 237 ◦ green 206 ◦ blue 136

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

Shades of Marzipan #EDCE88

Tints of Marzipan #EDCE88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.49%

R = 40.93%
G = 35.58%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDCE88 (or 0xEDCE88) is known color: Marzipan. HEX triplet: ED, CE and 88. RGB value is (237,206,136). Sum of RGB (Red+Green+Blue) = 237+206+136=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE88 is #123177. Grayscale: #CFCFCF. Windows color (decimal): -1192312 or 8965869. OLE color: 8965869.

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

Color convert

RGB 237 206 136 -
CMYK 0 0.13 0.43 0.07
HSL 41.58º 0.74% 0.73% -
HSV(B) 41.58º 0.43% 0.93% -
XYZ 61.44 63.92 32.39 -
YUV 207.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 237 206 136 0 0.13 0.43 0.07 41.58 0.74 0.73
Hex ED CE 88 0 D 2B 7 2A 4A 49
Octal 355 316 210 0 15 53 7 52 112 111
Binary 11101101 11001110 10001000 0 1101 101011 111 101010 1001010 1001001

Color Harmonies of #EDCE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE88

Black with #EDCE88

Text Example


Text Example

White with #EDCE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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