Html Css Color HEX #EDC885 Marzipan

📋 copy color: '#EDC885'

red 237 ◦ green 200 ◦ blue 133

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

Shades of Marzipan #EDC885

Tints of Marzipan #EDC885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

 BLUE value IS 133 (52.34% from 255) = 23.33%

R = 41.58%
G = 35.09%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDC885 (or 0xEDC885) is known color: Marzipan. HEX triplet: ED, C8 and 85. RGB value is (237,200,133). Sum of RGB (Red+Green+Blue) = 237+200+133=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC885 is #12377A. Grayscale: #CBCBCB. Windows color (decimal): -1193851 or 8767725. OLE color: 8767725.

HSL color Cylindrical-coordinate representation of color #EDC885: hue angle of 38.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDC885 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 133 -
CMYK 0 0.16 0.44 0.07
HSL 38.65º 0.74% 0.73% -
HSV(B) 38.65º 0.44% 0.93% -
XYZ 59.81 61.01 30.81 -
YUV 203.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 237 200 133 0 0.16 0.44 0.07 38.65 0.74 0.73
Hex ED C8 85 0 10 2C 7 27 4A 49
Octal 355 310 205 0 20 54 7 47 112 111
Binary 11101101 11001000 10000101 0 10000 101100 111 100111 1001010 1001001

Color Harmonies of #EDC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC885

Black with #EDC885

Text Example


Text Example

White with #EDC885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC885; }

 p { color: rgb(237,200,133); }

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

background-color css

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

 a { background-color: rgb(237,200,133); }

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

border-color css

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

 span { border-color: rgb(237,200,133); }

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