Html Css Color HEX #EDC883 Marzipan

📋 copy color: '#EDC883'

red 237 ◦ green 200 ◦ blue 131

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

Shades of Marzipan #EDC883

Tints of Marzipan #EDC883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.06%

R = 41.73%
G = 35.21%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDC883 (or 0xEDC883) is known color: Marzipan. HEX triplet: ED, C8 and 83. RGB value is (237,200,131). Sum of RGB (Red+Green+Blue) = 237+200+131=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC883 is #12377C. Grayscale: #CBCBCB. Windows color (decimal): -1193853 or 8636653. OLE color: 8636653.

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

Color convert

RGB 237 200 131 -
CMYK 0 0.16 0.45 0.07
HSL 39.06º 0.75% 0.72% -
HSV(B) 39.06º 0.45% 0.93% -
XYZ 59.68 60.95 30.09 -
YUV 203.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 237 200 131 0 0.16 0.45 0.07 39.06 0.75 0.72
Hex ED C8 83 0 10 2D 7 27 4B 48
Octal 355 310 203 0 20 55 7 47 113 110
Binary 11101101 11001000 10000011 0 10000 101101 111 100111 1001011 1001000

Color Harmonies of #EDC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC883

Black with #EDC883

Text Example


Text Example

White with #EDC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC883; }

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

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

background-color css

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

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

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

border-color css

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

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

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