Html Css Color HEX #EDC481 Marzipan

📋 copy color: '#EDC481'

red 237 ◦ green 196 ◦ blue 129

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

Shades of Marzipan #EDC481

Tints of Marzipan #EDC481

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.88%

 BLUE value IS 129 (50.78% from 255) = 22.95%

R = 42.17%
G = 34.88%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC481 (or 0xEDC481) is known color: Marzipan. HEX triplet: ED, C4 and 81. RGB value is (237,196,129). Sum of RGB (Red+Green+Blue) = 237+196+129=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC481 is #123B7E. Grayscale: #C8C8C8. Windows color (decimal): -1194879 or 8504557. OLE color: 8504557.

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

Color convert

RGB 237 196 129 -
CMYK 0 0.17 0.46 0.07
HSL 37.22º 0.75% 0.72% -
HSV(B) 37.22º 0.46% 0.93% -
XYZ 58.63 59.07 29.08 -
YUV 200.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 237 196 129 0 0.17 0.46 0.07 37.22 0.75 0.72
Hex ED C4 81 0 11 2E 7 25 4B 48
Octal 355 304 201 0 21 56 7 45 113 110
Binary 11101101 11000100 10000001 0 10001 101110 111 100101 1001011 1001000

Color Harmonies of #EDC481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC481

Black with #EDC481

Text Example


Text Example

White with #EDC481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC481; }

 p { color: rgb(237,196,129); }

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

background-color css

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

 a { background-color: rgb(237,196,129); }

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

border-color css

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

 span { border-color: rgb(237,196,129); }

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