Html Css Color HEX #EDCB8C Marzipan

📋 copy color: '#EDCB8C'

red 237 ◦ green 203 ◦ blue 140

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

Shades of Marzipan #EDCB8C

Tints of Marzipan #EDCB8C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 40.86%
G = 35%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDCB8C (or 0xEDCB8C) is known color: Marzipan. HEX triplet: ED, CB and 8C. RGB value is (237,203,140). Sum of RGB (Red+Green+Blue) = 237+203+140=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB8C is #123473. Grayscale: #CECECE. Windows color (decimal): -1193076 or 9227245. OLE color: 9227245.

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

Color convert

RGB 237 203 140 -
CMYK 0 0.14 0.41 0.07
HSL 38.97º 0.73% 0.74% -
HSV(B) 38.97º 0.41% 0.93% -
XYZ 61.01 62.61 33.68 -
YUV 205.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 237 203 140 0 0.14 0.41 0.07 38.97 0.73 0.74
Hex ED CB 8C 0 E 29 7 27 49 4A
Octal 355 313 214 0 16 51 7 47 111 112
Binary 11101101 11001011 10001100 0 1110 101001 111 100111 1001001 1001010

Color Harmonies of #EDCB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB8C

Black with #EDCB8C

Text Example


Text Example

White with #EDCB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB8C; }

 p { color: rgb(237,203,140); }

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

background-color css

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

 a { background-color: rgb(237,203,140); }

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

border-color css

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

 span { border-color: rgb(237,203,140); }

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