Html Css Color HEX #EDC88D Marzipan

📋 copy color: '#EDC88D'

red 237 ◦ green 200 ◦ blue 141

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

Shades of Marzipan #EDC88D

Tints of Marzipan #EDC88D

RGB

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

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

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

R = 41%
G = 34.6%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDC88D (or 0xEDC88D) is known color: Marzipan. HEX triplet: ED, C8 and 8D. RGB value is (237,200,141). Sum of RGB (Red+Green+Blue) = 237+200+141=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC88D is #123772. Grayscale: #CCCCCC. Windows color (decimal): -1193843 or 9292013. OLE color: 9292013.

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

Color convert

RGB 237 200 141 -
CMYK 0 0.16 0.41 0.07
HSL 36.88º 0.73% 0.74% -
HSV(B) 36.88º 0.41% 0.93% -
XYZ 60.39 61.24 33.84 -
YUV 204.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 237 200 141 0 0.16 0.41 0.07 36.88 0.73 0.74
Hex ED C8 8D 0 10 29 7 25 49 4A
Octal 355 310 215 0 20 51 7 45 111 112
Binary 11101101 11001000 10001101 0 10000 101001 111 100101 1001001 1001010

Color Harmonies of #EDC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC88D

Black with #EDC88D

Text Example


Text Example

White with #EDC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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