Html Css Color HEX #EDD07E Marzipan

📋 copy color: '#EDD07E'

red 237 ◦ green 208 ◦ blue 126

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

Shades of Marzipan #EDD07E

Tints of Marzipan #EDD07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.07%

R = 41.51%
G = 36.43%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDD07E (or 0xEDD07E) is known color: Marzipan. HEX triplet: ED, D0 and 7E. RGB value is (237,208,126). Sum of RGB (Red+Green+Blue) = 237+208+126=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD07E is #122F81. Grayscale: #CFCFCF. Windows color (decimal): -1191810 or 8311021. OLE color: 8311021.

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

Color convert

RGB 237 208 126 -
CMYK 0 0.12 0.47 0.07
HSL 44.32º 0.76% 0.71% -
HSV(B) 44.32º 0.47% 0.93% -
XYZ 61.25 64.62 28.98 -
YUV 207.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 237 208 126 0 0.12 0.47 0.07 44.32 0.76 0.71
Hex ED D0 7E 0 C 2F 7 2C 4C 47
Octal 355 320 176 0 14 57 7 54 114 107
Binary 11101101 11010000 1111110 0 1100 101111 111 101100 1001100 1000111

Color Harmonies of #EDD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD07E

Black with #EDD07E

Text Example


Text Example

White with #EDD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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