Html Css Color HEX #EDC98A Marzipan

📋 copy color: '#EDC98A'

red 237 ◦ green 201 ◦ blue 138

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

Shades of Marzipan #EDC98A

Tints of Marzipan #EDC98A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.9%

 BLUE value IS 138 (54.3% from 255) = 23.96%

R = 41.15%
G = 34.9%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC98A (or 0xEDC98A) is known color: Marzipan. HEX triplet: ED, C9 and 8A. RGB value is (237,201,138). Sum of RGB (Red+Green+Blue) = 237+201+138=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC98A is #123675. Grayscale: #CCCCCC. Windows color (decimal): -1193590 or 9095661. OLE color: 9095661.

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

Color convert

RGB 237 201 138 -
CMYK 0 0.15 0.42 0.07
HSL 38.18º 0.73% 0.74% -
HSV(B) 38.18º 0.42% 0.93% -
XYZ 60.4 61.61 32.75 -
YUV 204.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 237 201 138 0 0.15 0.42 0.07 38.18 0.73 0.74
Hex ED C9 8A 0 F 2A 7 26 49 4A
Octal 355 311 212 0 17 52 7 46 111 112
Binary 11101101 11001001 10001010 0 1111 101010 111 100110 1001001 1001010

Color Harmonies of #EDC98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC98A

Black with #EDC98A

Text Example


Text Example

White with #EDC98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC98A; }

 p { color: rgb(237,201,138); }

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

background-color css

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

 a { background-color: rgb(237,201,138); }

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

border-color css

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

 span { border-color: rgb(237,201,138); }

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