Html Css Color HEX #EDD088 Marzipan

📋 copy color: '#EDD088'

red 237 ◦ green 208 ◦ blue 136

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

Shades of Marzipan #EDD088

Tints of Marzipan #EDD088

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.8%

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

R = 40.79%
G = 35.8%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD088 (or 0xEDD088) is known color: Marzipan. HEX triplet: ED, D0 and 88. RGB value is (237,208,136). Sum of RGB (Red+Green+Blue) = 237+208+136=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD088 is #122F77. Grayscale: #D0D0D0. Windows color (decimal): -1191800 or 8966381. OLE color: 8966381.

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

Color convert

RGB 237 208 136 -
CMYK 0 0.12 0.43 0.07
HSL 42.77º 0.74% 0.73% -
HSV(B) 42.77º 0.43% 0.93% -
XYZ 61.92 64.89 32.55 -
YUV 208.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 237 208 136 0 0.12 0.43 0.07 42.77 0.74 0.73
Hex ED D0 88 0 C 2B 7 2B 4A 49
Octal 355 320 210 0 14 53 7 53 112 111
Binary 11101101 11010000 10001000 0 1100 101011 111 101011 1001010 1001001

Color Harmonies of #EDD088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD088

Black with #EDD088

Text Example


Text Example

White with #EDD088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD088; }

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

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

background-color css

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

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

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

border-color css

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

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

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