Html Css Color HEX #EDCE8B Marzipan

📋 copy color: '#EDCE8B'

red 237 ◦ green 206 ◦ blue 139

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

Shades of Marzipan #EDCE8B

Tints of Marzipan #EDCE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.88%

R = 40.72%
G = 35.4%
B = 23.88%

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

#EDCE8B (or 0xEDCE8B) is known color: Marzipan. HEX triplet: ED, CE and 8B. RGB value is (237,206,139). Sum of RGB (Red+Green+Blue) = 237+206+139=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE8B is #123174. Grayscale: #CFCFCF. Windows color (decimal): -1192309 or 9162477. OLE color: 9162477.

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

Color convert

RGB 237 206 139 -
CMYK 0 0.13 0.41 0.07
HSL 41.02º 0.73% 0.74% -
HSV(B) 41.02º 0.41% 0.93% -
XYZ 61.66 64.01 33.53 -
YUV 207.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 237 206 139 0 0.13 0.41 0.07 41.02 0.73 0.74
Hex ED CE 8B 0 D 29 7 29 49 4A
Octal 355 316 213 0 15 51 7 51 111 112
Binary 11101101 11001110 10001011 0 1101 101001 111 101001 1001001 1001010

Color Harmonies of #EDCE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE8B

Black with #EDCE8B

Text Example


Text Example

White with #EDCE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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