Html Css Color HEX #EDCE77 Marzipan

📋 copy color: '#EDCE77'

red 237 ◦ green 206 ◦ blue 119

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

Shades of Marzipan #EDCE77

Tints of Marzipan #EDCE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.17%

R = 42.17%
G = 36.65%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDCE77 (or 0xEDCE77) is known color: Marzipan. HEX triplet: ED, CE and 77. RGB value is (237,206,119). Sum of RGB (Red+Green+Blue) = 237+206+119=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE77 is #123188. Grayscale: #CDCDCD. Windows color (decimal): -1192329 or 7851757. OLE color: 7851757.

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

Color convert

RGB 237 206 119 -
CMYK 0 0.13 0.50 0.07
HSL 44.24º 0.77% 0.7% -
HSV(B) 44.24º 0.5% 0.93% -
XYZ 60.33 63.48 26.53 -
YUV 205.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 237 206 119 0 0.13 0.50 0.07 44.24 0.77 0.7
Hex ED CE 77 0 D 32 7 2C 4D 46
Octal 355 316 167 0 15 62 7 54 115 106
Binary 11101101 11001110 1110111 0 1101 110010 111 101100 1001101 1000110

Color Harmonies of #EDCE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE77

Black with #EDCE77

Text Example


Text Example

White with #EDCE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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