Html Css Color HEX #EDCC80 Marzipan

📋 copy color: '#EDCC80'

red 237 ◦ green 204 ◦ blue 128

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

Shades of Marzipan #EDCC80

Tints of Marzipan #EDCC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

 BLUE value IS 128 (50.39% from 255) = 22.5%

R = 41.65%
G = 35.85%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDCC80 (or 0xEDCC80) is known color: Marzipan. HEX triplet: ED, CC and 80. RGB value is (237,204,128). Sum of RGB (Red+Green+Blue) = 237+204+128=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC80 is #12337F. Grayscale: #CDCDCD. Windows color (decimal): -1192832 or 8441069. OLE color: 8441069.

HSL color Cylindrical-coordinate representation of color #EDCC80: hue angle of 41.83º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDCC80 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 128 -
CMYK 0 0.14 0.46 0.07
HSL 41.83º 0.75% 0.72% -
HSV(B) 41.83º 0.46% 0.93% -
XYZ 60.41 62.75 29.35 -
YUV 205.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 237 204 128 0 0.14 0.46 0.07 41.83 0.75 0.72
Hex ED CC 80 0 E 2E 7 2A 4B 48
Octal 355 314 200 0 16 56 7 52 113 110
Binary 11101101 11001100 10000000 0 1110 101110 111 101010 1001011 1001000

Color Harmonies of #EDCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC80

Black with #EDCC80

Text Example


Text Example

White with #EDCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC80; }

 p { color: rgb(237,204,128); }

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

background-color css

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

 a { background-color: rgb(237,204,128); }

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

border-color css

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

 span { border-color: rgb(237,204,128); }

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