Html Css Color HEX #EDC281 Marzipan

📋 copy color: '#EDC281'

red 237 ◦ green 194 ◦ blue 129

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

Shades of Marzipan #EDC281

Tints of Marzipan #EDC281

RGB

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

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

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

R = 42.32%
G = 34.64%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC281 (or 0xEDC281) is known color: Marzipan. HEX triplet: ED, C2 and 81. RGB value is (237,194,129). Sum of RGB (Red+Green+Blue) = 237+194+129=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC281 is #123D7E. Grayscale: #C7C7C7. Windows color (decimal): -1195391 or 8504045. OLE color: 8504045.

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

Color convert

RGB 237 194 129 -
CMYK 0 0.18 0.46 0.07
HSL 36.11º 0.75% 0.72% -
HSV(B) 36.11º 0.46% 0.93% -
XYZ 58.18 58.17 28.93 -
YUV 199.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 237 194 129 0 0.18 0.46 0.07 36.11 0.75 0.72
Hex ED C2 81 0 12 2E 7 24 4B 48
Octal 355 302 201 0 22 56 7 44 113 110
Binary 11101101 11000010 10000001 0 10010 101110 111 100100 1001011 1001000

Color Harmonies of #EDC281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC281

Black with #EDC281

Text Example


Text Example

White with #EDC281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC281; }

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

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

background-color css

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

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

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

border-color css

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

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

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