Html Css Color HEX #EDC283 Marzipan

📋 copy color: '#EDC283'

red 237 ◦ green 194 ◦ blue 131

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

Shades of Marzipan #EDC283

Tints of Marzipan #EDC283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.52%

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

R = 42.17%
G = 34.52%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDC283 (or 0xEDC283) is known color: Marzipan. HEX triplet: ED, C2 and 83. RGB value is (237,194,131). Sum of RGB (Red+Green+Blue) = 237+194+131=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC283 is #123D7C. Grayscale: #C7C7C7. Windows color (decimal): -1195389 or 8635117. OLE color: 8635117.

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

Color convert

RGB 237 194 131 -
CMYK 0 0.18 0.45 0.07
HSL 35.66º 0.75% 0.72% -
HSV(B) 35.66º 0.45% 0.93% -
XYZ 58.31 58.23 29.64 -
YUV 199.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 237 194 131 0 0.18 0.45 0.07 35.66 0.75 0.72
Hex ED C2 83 0 12 2D 7 24 4B 48
Octal 355 302 203 0 22 55 7 44 113 110
Binary 11101101 11000010 10000011 0 10010 101101 111 100100 1001011 1001000

Color Harmonies of #EDC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC283

Black with #EDC283

Text Example


Text Example

White with #EDC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC283; }

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

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

background-color css

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

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

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

border-color css

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

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

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