Html Css Color HEX #EDCD7D Marzipan

📋 copy color: '#EDCD7D'

red 237 ◦ green 205 ◦ blue 125

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

Shades of Marzipan #EDCD7D

Tints of Marzipan #EDCD7D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.16%

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

R = 41.8%
G = 36.16%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDCD7D (or 0xEDCD7D) is known color: Marzipan. HEX triplet: ED, CD and 7D. RGB value is (237,205,125). Sum of RGB (Red+Green+Blue) = 237+205+125=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD7D is #123282. Grayscale: #CDCDCD. Windows color (decimal): -1192579 or 8244717. OLE color: 8244717.

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

Color convert

RGB 237 205 125 -
CMYK 0 0.14 0.47 0.07
HSL 42.86º 0.76% 0.71% -
HSV(B) 42.86º 0.47% 0.93% -
XYZ 60.46 63.15 28.4 -
YUV 205.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 237 205 125 0 0.14 0.47 0.07 42.86 0.76 0.71
Hex ED CD 7D 0 E 2F 7 2B 4C 47
Octal 355 315 175 0 16 57 7 53 114 107
Binary 11101101 11001101 1111101 0 1110 101111 111 101011 1001100 1000111

Color Harmonies of #EDCD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD7D

Black with #EDCD7D

Text Example


Text Example

White with #EDCD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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