Html Css Color HEX #EDCE8D Marzipan

📋 copy color: '#EDCE8D'

red 237 ◦ green 206 ◦ blue 141

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

Shades of Marzipan #EDCE8D

Tints of Marzipan #EDCE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.14%

R = 40.58%
G = 35.27%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDCE8D (or 0xEDCE8D) is known color: Marzipan. HEX triplet: ED, CE and 8D. RGB value is (237,206,141). Sum of RGB (Red+Green+Blue) = 237+206+141=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE8D is #123172. Grayscale: #D0D0D0. Windows color (decimal): -1192307 or 9293549. OLE color: 9293549.

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

Color convert

RGB 237 206 141 -
CMYK 0 0.13 0.41 0.07
HSL 40.63º 0.73% 0.74% -
HSV(B) 40.63º 0.41% 0.93% -
XYZ 61.8 64.07 34.31 -
YUV 207.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 237 206 141 0 0.13 0.41 0.07 40.63 0.73 0.74
Hex ED CE 8D 0 D 29 7 29 49 4A
Octal 355 316 215 0 15 51 7 51 111 112
Binary 11101101 11001110 10001101 0 1101 101001 111 101001 1001001 1001010

Color Harmonies of #EDCE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE8D

Black with #EDCE8D

Text Example


Text Example

White with #EDCE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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