Html Css Color HEX #EDD17F Marzipan

📋 copy color: '#EDD17F'

red 237 ◦ green 209 ◦ blue 127

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

Shades of Marzipan #EDD17F

Tints of Marzipan #EDD17F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.47%

 BLUE value IS 127 (50% from 255) = 22.16%

R = 41.36%
G = 36.47%
B = 22.16%

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

#EDD17F (or 0xEDD17F) is known color: Marzipan. HEX triplet: ED, D1 and 7F. RGB value is (237,209,127). Sum of RGB (Red+Green+Blue) = 237+209+127=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD17F is #122E80. Grayscale: #D0D0D0. Windows color (decimal): -1191553 or 8376813. OLE color: 8376813.

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

Color convert

RGB 237 209 127 -
CMYK 0 0.12 0.46 0.07
HSL 44.73º 0.75% 0.71% -
HSV(B) 44.73º 0.46% 0.93% -
XYZ 61.56 65.14 29.41 -
YUV 208.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 237 209 127 0 0.12 0.46 0.07 44.73 0.75 0.71
Hex ED D1 7F 0 C 2E 7 2D 4B 47
Octal 355 321 177 0 14 56 7 55 113 107
Binary 11101101 11010001 1111111 0 1100 101110 111 101101 1001011 1000111

Color Harmonies of #EDD17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD17F

Black with #EDD17F

Text Example


Text Example

White with #EDD17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD17F; }

 p { color: rgb(237,209,127); }

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

background-color css

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

 a { background-color: rgb(237,209,127); }

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

border-color css

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

 span { border-color: rgb(237,209,127); }

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