Html Css Color HEX #EDD17B Marzipan

📋 copy color: '#EDD17B'

red 237 ◦ green 209 ◦ blue 123

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

Shades of Marzipan #EDD17B

Tints of Marzipan #EDD17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.62%

R = 41.65%
G = 36.73%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDD17B (or 0xEDD17B) is known color: Marzipan. HEX triplet: ED, D1 and 7B. RGB value is (237,209,123). Sum of RGB (Red+Green+Blue) = 237+209+123=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD17B is #122E84. Grayscale: #CFCFCF. Windows color (decimal): -1191557 or 8114669. OLE color: 8114669.

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

Color convert

RGB 237 209 123 -
CMYK 0 0.12 0.48 0.07
HSL 45.26º 0.76% 0.71% -
HSV(B) 45.26º 0.48% 0.93% -
XYZ 61.3 65.04 28.06 -
YUV 207.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 237 209 123 0 0.12 0.48 0.07 45.26 0.76 0.71
Hex ED D1 7B 0 C 30 7 2D 4C 47
Octal 355 321 173 0 14 60 7 55 114 107
Binary 11101101 11010001 1111011 0 1100 110000 111 101101 1001100 1000111

Color Harmonies of #EDD17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD17B

Black with #EDD17B

Text Example


Text Example

White with #EDD17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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