Html Css Color HEX #EDC472 Marzipan

📋 copy color: '#EDC472'

red 237 ◦ green 196 ◦ blue 114

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

Shades of Marzipan #EDC472

Tints of Marzipan #EDC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.83%

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 43.33%
G = 35.83%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDC472 (or 0xEDC472) is known color: Marzipan. HEX triplet: ED, C4 and 72. RGB value is (237,196,114). Sum of RGB (Red+Green+Blue) = 237+196+114=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC472 is #123B8D. Grayscale: #C7C7C7. Windows color (decimal): -1194894 or 7521517. OLE color: 7521517.

HSL color Cylindrical-coordinate representation of color #EDC472: hue angle of 40º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDC472 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 114 -
CMYK 0 0.17 0.52 0.07
HSL 40º 0.77% 0.69% -
HSV(B) 40º 0.52% 0.93% -
XYZ 57.7 58.7 24.21 -
YUV 198.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 237 196 114 0 0.17 0.52 0.07 40 0.77 0.69
Hex ED C4 72 0 11 34 7 28 4D 45
Octal 355 304 162 0 21 64 7 50 115 105
Binary 11101101 11000100 1110010 0 10001 110100 111 101000 1001101 1000101

Color Harmonies of #EDC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC472

Black with #EDC472

Text Example


Text Example

White with #EDC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC472; }

 p { color: rgb(237,196,114); }

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

background-color css

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

 a { background-color: rgb(237,196,114); }

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

border-color css

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

 span { border-color: rgb(237,196,114); }

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