Html Css Color HEX #EDC87D Marzipan

📋 copy color: '#EDC87D'

red 237 ◦ green 200 ◦ blue 125

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

Shades of Marzipan #EDC87D

Tints of Marzipan #EDC87D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.59%

 BLUE value IS 125 (49.22% from 255) = 22.24%

R = 42.17%
G = 35.59%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDC87D (or 0xEDC87D) is known color: Marzipan. HEX triplet: ED, C8 and 7D. RGB value is (237,200,125). Sum of RGB (Red+Green+Blue) = 237+200+125=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC87D is #123782. Grayscale: #CACACA. Windows color (decimal): -1193859 or 8243437. OLE color: 8243437.

HSL color Cylindrical-coordinate representation of color #EDC87D: hue angle of 40.18º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDC87D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 125 -
CMYK 0 0.16 0.47 0.07
HSL 40.18º 0.76% 0.71% -
HSV(B) 40.18º 0.47% 0.93% -
XYZ 59.28 60.79 28.01 -
YUV 202.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 237 200 125 0 0.16 0.47 0.07 40.18 0.76 0.71
Hex ED C8 7D 0 10 2F 7 28 4C 47
Octal 355 310 175 0 20 57 7 50 114 107
Binary 11101101 11001000 1111101 0 10000 101111 111 101000 1001100 1000111

Color Harmonies of #EDC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC87D

Black with #EDC87D

Text Example


Text Example

White with #EDC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC87D; }

 p { color: rgb(237,200,125); }

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

background-color css

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

 a { background-color: rgb(237,200,125); }

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

border-color css

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

 span { border-color: rgb(237,200,125); }

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