Html Css Color HEX #EDCC8C Marzipan

📋 copy color: '#EDCC8C'

red 237 ◦ green 204 ◦ blue 140

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

Shades of Marzipan #EDCC8C

Tints of Marzipan #EDCC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.1%

R = 40.79%
G = 35.11%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDCC8C (or 0xEDCC8C) is known color: Marzipan. HEX triplet: ED, CC and 8C. RGB value is (237,204,140). Sum of RGB (Red+Green+Blue) = 237+204+140=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC8C is #123373. Grayscale: #CECECE. Windows color (decimal): -1192820 or 9227501. OLE color: 9227501.

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

Color convert

RGB 237 204 140 -
CMYK 0 0.14 0.41 0.07
HSL 39.59º 0.73% 0.74% -
HSV(B) 39.59º 0.41% 0.93% -
XYZ 61.25 63.08 33.76 -
YUV 206.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 237 204 140 0 0.14 0.41 0.07 39.59 0.73 0.74
Hex ED CC 8C 0 E 29 7 28 49 4A
Octal 355 314 214 0 16 51 7 50 111 112
Binary 11101101 11001100 10001100 0 1110 101001 111 101000 1001001 1001010

Color Harmonies of #EDCC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC8C

Black with #EDCC8C

Text Example


Text Example

White with #EDCC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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