Html Css Color HEX #EED07F Marzipan

📋 copy color: '#EED07F'

red 238 ◦ green 208 ◦ blue 127

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

Shades of Marzipan #EED07F

Tints of Marzipan #EED07F

RGB

 RED value IS 238 (93.36% from 255) = 41.54%

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

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

R = 41.54%
G = 36.3%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EED07F (or 0xEED07F) is known color: Marzipan. HEX triplet: EE, D0 and 7F. RGB value is (238,208,127). Sum of RGB (Red+Green+Blue) = 238+208+127=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED07F is #112F80. Grayscale: #D0D0D0. Windows color (decimal): -1126273 or 8376558. OLE color: 8376558.

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

Color convert

RGB 238 208 127 -
CMYK 0 0.13 0.47 0.07
HSL 43.78º 0.77% 0.72% -
HSV(B) 43.78º 0.47% 0.93% -
XYZ 61.65 64.82 29.34 -
YUV 207.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 238 208 127 0 0.13 0.47 0.07 43.78 0.77 0.72
Hex EE D0 7F 0 D 2F 7 2C 4D 48
Octal 356 320 177 0 15 57 7 54 115 110
Binary 11101110 11010000 1111111 0 1101 101111 111 101100 1001101 1001000

Color Harmonies of #EED07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED07F

Black with #EED07F

Text Example


Text Example

White with #EED07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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