Html Css Color HEX #EDCE81 Marzipan

📋 copy color: '#EDCE81'

red 237 ◦ green 206 ◦ blue 129

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

Shades of Marzipan #EDCE81

Tints of Marzipan #EDCE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.55%

R = 41.43%
G = 36.01%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDCE81 (or 0xEDCE81) is known color: Marzipan. HEX triplet: ED, CE and 81. RGB value is (237,206,129). Sum of RGB (Red+Green+Blue) = 237+206+129=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE81 is #12317E. Grayscale: #CECECE. Windows color (decimal): -1192319 or 8507117. OLE color: 8507117.

HSL color Cylindrical-coordinate representation of color #EDCE81: hue angle of 42.78º 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 #EDCE81 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 129 -
CMYK 0 0.13 0.46 0.07
HSL 42.78º 0.75% 0.72% -
HSV(B) 42.78º 0.46% 0.93% -
XYZ 60.96 63.73 29.86 -
YUV 206.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 237 206 129 0 0.13 0.46 0.07 42.78 0.75 0.72
Hex ED CE 81 0 D 2E 7 2B 4B 48
Octal 355 316 201 0 15 56 7 53 113 110
Binary 11101101 11001110 10000001 0 1101 101110 111 101011 1001011 1001000

Color Harmonies of #EDCE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE81

Black with #EDCE81

Text Example


Text Example

White with #EDCE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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