Html Css Color HEX #EDC789 Marzipan

📋 copy color: '#EDC789'

red 237 ◦ green 199 ◦ blue 137

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

Shades of Marzipan #EDC789

Tints of Marzipan #EDC789

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.73%

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

R = 41.36%
G = 34.73%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC789 (or 0xEDC789) is known color: Marzipan. HEX triplet: ED, C7 and 89. RGB value is (237,199,137). Sum of RGB (Red+Green+Blue) = 237+199+137=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC789 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC789 is #123876. Grayscale: #CBCBCB. Windows color (decimal): -1194103 or 9029613. OLE color: 9029613.

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

Color convert

RGB 237 199 137 -
CMYK 0 0.16 0.42 0.07
HSL 37.2º 0.74% 0.73% -
HSV(B) 37.2º 0.42% 0.93% -
XYZ 59.86 60.66 32.22 -
YUV 203.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 237 199 137 0 0.16 0.42 0.07 37.2 0.74 0.73
Hex ED C7 89 0 10 2A 7 25 4A 49
Octal 355 307 211 0 20 52 7 45 112 111
Binary 11101101 11000111 10001001 0 10000 101010 111 100101 1001010 1001001

Color Harmonies of #EDC789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC789

Black with #EDC789

Text Example


Text Example

White with #EDC789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC789; }

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

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

background-color css

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

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

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

border-color css

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

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

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