Html Css Color HEX #EDC88A Marzipan

📋 copy color: '#EDC88A'

red 237 ◦ green 200 ◦ blue 138

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

Shades of Marzipan #EDC88A

Tints of Marzipan #EDC88A

RGB

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

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

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

R = 41.22%
G = 34.78%
B = 24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC88A (or 0xEDC88A) is known color: Marzipan. HEX triplet: ED, C8 and 8A. RGB value is (237,200,138). Sum of RGB (Red+Green+Blue) = 237+200+138=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC88A is #123775. Grayscale: #CCCCCC. Windows color (decimal): -1193846 or 9095405. OLE color: 9095405.

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

Color convert

RGB 237 200 138 -
CMYK 0 0.16 0.42 0.07
HSL 37.58º 0.73% 0.74% -
HSV(B) 37.58º 0.42% 0.93% -
XYZ 60.17 61.15 32.68 -
YUV 204 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 237 200 138 0 0.16 0.42 0.07 37.58 0.73 0.74
Hex ED C8 8A 0 10 2A 7 26 49 4A
Octal 355 310 212 0 20 52 7 46 111 112
Binary 11101101 11001000 10001010 0 10000 101010 111 100110 1001001 1001010

Color Harmonies of #EDC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC88A

Black with #EDC88A

Text Example


Text Example

White with #EDC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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