Html Css Color HEX #EDC989 Marzipan

📋 copy color: '#EDC989'

red 237 ◦ green 201 ◦ blue 137

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

Shades of Marzipan #EDC989

Tints of Marzipan #EDC989

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.96%

 BLUE value IS 137 (53.91% from 255) = 23.83%

R = 41.22%
G = 34.96%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC989 (or 0xEDC989) is known color: Marzipan. HEX triplet: ED, C9 and 89. RGB value is (237,201,137). Sum of RGB (Red+Green+Blue) = 237+201+137=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC989 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC989 is #123676. Grayscale: #CCCCCC. Windows color (decimal): -1193591 or 9030125. OLE color: 9030125.

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

Color convert

RGB 237 201 137 -
CMYK 0 0.15 0.42 0.07
HSL 38.4º 0.74% 0.73% -
HSV(B) 38.4º 0.42% 0.93% -
XYZ 60.33 61.58 32.37 -
YUV 204.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 237 201 137 0 0.15 0.42 0.07 38.4 0.74 0.73
Hex ED C9 89 0 F 2A 7 26 4A 49
Octal 355 311 211 0 17 52 7 46 112 111
Binary 11101101 11001001 10001001 0 1111 101010 111 100110 1001010 1001001

Color Harmonies of #EDC989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC989

Black with #EDC989

Text Example


Text Example

White with #EDC989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC989; }

 p { color: rgb(237,201,137); }

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

background-color css

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

 a { background-color: rgb(237,201,137); }

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

border-color css

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

 span { border-color: rgb(237,201,137); }

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