Html Css Color HEX #EDD17A Marzipan

📋 copy color: '#EDD17A'

red 237 ◦ green 209 ◦ blue 122

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

Shades of Marzipan #EDD17A

Tints of Marzipan #EDD17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 41.73%
G = 36.8%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD17A (or 0xEDD17A) is known color: Marzipan. HEX triplet: ED, D1 and 7A. RGB value is (237,209,122). Sum of RGB (Red+Green+Blue) = 237+209+122=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD17A is #122E85. Grayscale: #CFCFCF. Windows color (decimal): -1191558 or 8049133. OLE color: 8049133.

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

Color convert

RGB 237 209 122 -
CMYK 0 0.12 0.49 0.07
HSL 45.39º 0.76% 0.7% -
HSV(B) 45.39º 0.49% 0.93% -
XYZ 61.24 65.01 27.73 -
YUV 207.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 237 209 122 0 0.12 0.49 0.07 45.39 0.76 0.7
Hex ED D1 7A 0 C 31 7 2D 4C 46
Octal 355 321 172 0 14 61 7 55 114 106
Binary 11101101 11010001 1111010 0 1100 110001 111 101101 1001100 1000110

Color Harmonies of #EDD17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD17A

Black with #EDD17A

Text Example


Text Example

White with #EDD17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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