Html Css Color HEX #EDCE78 Marzipan

📋 copy color: '#EDCE78'

red 237 ◦ green 206 ◦ blue 120

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

Shades of Marzipan #EDCE78

Tints of Marzipan #EDCE78

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.59%

 BLUE value IS 120 (47.27% from 255) = 21.31%

R = 42.1%
G = 36.59%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDCE78 (or 0xEDCE78) is known color: Marzipan. HEX triplet: ED, CE and 78. RGB value is (237,206,120). Sum of RGB (Red+Green+Blue) = 237+206+120=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE78 is #123187. Grayscale: #CDCDCD. Windows color (decimal): -1192328 or 7917293. OLE color: 7917293.

HSL color Cylindrical-coordinate representation of color #EDCE78: hue angle of 44.1º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDCE78 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 120 -
CMYK 0 0.13 0.49 0.07
HSL 44.1º 0.76% 0.7% -
HSV(B) 44.1º 0.49% 0.93% -
XYZ 60.39 63.5 26.84 -
YUV 205.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 237 206 120 0 0.13 0.49 0.07 44.1 0.76 0.7
Hex ED CE 78 0 D 31 7 2C 4C 46
Octal 355 316 170 0 15 61 7 54 114 106
Binary 11101101 11001110 1111000 0 1101 110001 111 101100 1001100 1000110

Color Harmonies of #EDCE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE78

Black with #EDCE78

Text Example


Text Example

White with #EDCE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE78; }

 p { color: rgb(237,206,120); }

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

background-color css

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

 a { background-color: rgb(237,206,120); }

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

border-color css

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

 span { border-color: rgb(237,206,120); }

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