Html Css Color HEX #EDCD88 Marzipan

📋 copy color: '#EDCD88'

red 237 ◦ green 205 ◦ blue 136

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

Shades of Marzipan #EDCD88

Tints of Marzipan #EDCD88

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.47%

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

R = 41%
G = 35.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDCD88 (or 0xEDCD88) is known color: Marzipan. HEX triplet: ED, CD and 88. RGB value is (237,205,136). Sum of RGB (Red+Green+Blue) = 237+205+136=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD88 is #123277. Grayscale: #CFCFCF. Windows color (decimal): -1192568 or 8965613. OLE color: 8965613.

HSL color Cylindrical-coordinate representation of color #EDCD88: hue angle of 40.99º 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 #EDCD88 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 136 -
CMYK 0 0.14 0.43 0.07
HSL 40.99º 0.74% 0.73% -
HSV(B) 40.99º 0.43% 0.93% -
XYZ 61.2 63.44 32.31 -
YUV 206.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 237 205 136 0 0.14 0.43 0.07 40.99 0.74 0.73
Hex ED CD 88 0 E 2B 7 29 4A 49
Octal 355 315 210 0 16 53 7 51 112 111
Binary 11101101 11001101 10001000 0 1110 101011 111 101001 1001010 1001001

Color Harmonies of #EDCD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD88

Black with #EDCD88

Text Example


Text Example

White with #EDCD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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