Html Css Color HEX #EDCF89 Marzipan

📋 copy color: '#EDCF89'

red 237 ◦ green 207 ◦ blue 137

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

Shades of Marzipan #EDCF89

Tints of Marzipan #EDCF89

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.63%

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

R = 40.79%
G = 35.63%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDCF89 (or 0xEDCF89) is known color: Marzipan. HEX triplet: ED, CF and 89. RGB value is (237,207,137). Sum of RGB (Red+Green+Blue) = 237+207+137=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF89 is #123076. Grayscale: #D0D0D0. Windows color (decimal): -1192055 or 9031661. OLE color: 9031661.

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

Color convert

RGB 237 207 137 -
CMYK 0 0.13 0.42 0.07
HSL 42º 0.74% 0.73% -
HSV(B) 42º 0.42% 0.93% -
XYZ 61.75 64.44 32.85 -
YUV 207.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 237 207 137 0 0.13 0.42 0.07 42 0.74 0.73
Hex ED CF 89 0 D 2A 7 2A 4A 49
Octal 355 317 211 0 15 52 7 52 112 111
Binary 11101101 11001111 10001001 0 1101 101010 111 101010 1001010 1001001

Color Harmonies of #EDCF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF89

Black with #EDCF89

Text Example


Text Example

White with #EDCF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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