Html Css Color HEX #EDD07F Marzipan

📋 copy color: '#EDD07F'

red 237 ◦ green 208 ◦ blue 127

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

Shades of Marzipan #EDD07F

Tints of Marzipan #EDD07F

RGB

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

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

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

R = 41.43%
G = 36.36%
B = 22.2%

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

#EDD07F (or 0xEDD07F) is known color: Marzipan. HEX triplet: ED, D0 and 7F. RGB value is (237,208,127). Sum of RGB (Red+Green+Blue) = 237+208+127=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD07F is #122F80. Grayscale: #CFCFCF. Windows color (decimal): -1191809 or 8376557. OLE color: 8376557.

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

Color convert

RGB 237 208 127 -
CMYK 0 0.12 0.46 0.07
HSL 44.18º 0.75% 0.71% -
HSV(B) 44.18º 0.46% 0.93% -
XYZ 61.31 64.65 29.33 -
YUV 207.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 237 208 127 0 0.12 0.46 0.07 44.18 0.75 0.71
Hex ED D0 7F 0 C 2E 7 2C 4B 47
Octal 355 320 177 0 14 56 7 54 113 107
Binary 11101101 11010000 1111111 0 1100 101110 111 101100 1001011 1000111

Color Harmonies of #EDD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD07F

Black with #EDD07F

Text Example


Text Example

White with #EDD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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