Html Css Color HEX #EDD081 Marzipan

📋 copy color: '#EDD081'

red 237 ◦ green 208 ◦ blue 129

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

Shades of Marzipan #EDD081

Tints of Marzipan #EDD081

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.24%

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

R = 41.29%
G = 36.24%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDD081 (or 0xEDD081) is known color: Marzipan. HEX triplet: ED, D0 and 81. RGB value is (237,208,129). Sum of RGB (Red+Green+Blue) = 237+208+129=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD081 is #122F7E. Grayscale: #D0D0D0. Windows color (decimal): -1191807 or 8507629. OLE color: 8507629.

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

Color convert

RGB 237 208 129 -
CMYK 0 0.12 0.46 0.07
HSL 43.89º 0.75% 0.72% -
HSV(B) 43.89º 0.46% 0.93% -
XYZ 61.44 64.7 30.02 -
YUV 207.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 237 208 129 0 0.12 0.46 0.07 43.89 0.75 0.72
Hex ED D0 81 0 C 2E 7 2C 4B 48
Octal 355 320 201 0 14 56 7 54 113 110
Binary 11101101 11010000 10000001 0 1100 101110 111 101100 1001011 1001000

Color Harmonies of #EDD081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD081

Black with #EDD081

Text Example


Text Example

White with #EDD081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD081; }

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

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

background-color css

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

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

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

border-color css

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

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

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