Html Css Color HEX #EDC37D Marzipan

📋 copy color: '#EDC37D'

red 237 ◦ green 195 ◦ blue 125

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

Shades of Marzipan #EDC37D

Tints of Marzipan #EDC37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.01%

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

R = 42.55%
G = 35.01%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDC37D (or 0xEDC37D) is known color: Marzipan. HEX triplet: ED, C3 and 7D. RGB value is (237,195,125). Sum of RGB (Red+Green+Blue) = 237+195+125=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC37D is #123C82. Grayscale: #C7C7C7. Windows color (decimal): -1195139 or 8242157. OLE color: 8242157.

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

Color convert

RGB 237 195 125 -
CMYK 0 0.18 0.47 0.07
HSL 37.5º 0.76% 0.71% -
HSV(B) 37.5º 0.47% 0.93% -
XYZ 58.14 58.52 27.63 -
YUV 199.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 237 195 125 0 0.18 0.47 0.07 37.5 0.76 0.71
Hex ED C3 7D 0 12 2F 7 26 4C 47
Octal 355 303 175 0 22 57 7 46 114 107
Binary 11101101 11000011 1111101 0 10010 101111 111 100110 1001100 1000111

Color Harmonies of #EDC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC37D

Black with #EDC37D

Text Example


Text Example

White with #EDC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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