Html Css Color HEX #EED07D Marzipan

📋 copy color: '#EED07D'

red 238 ◦ green 208 ◦ blue 125

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

Shades of Marzipan #EED07D

Tints of Marzipan #EED07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 41.68%
G = 36.43%
B = 21.89%

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

#EED07D (or 0xEED07D) is known color: Marzipan. HEX triplet: EE, D0 and 7D. RGB value is (238,208,125). Sum of RGB (Red+Green+Blue) = 238+208+125=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EED07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED07D is #112F82. Grayscale: #CFCFCF. Windows color (decimal): -1126275 or 8245486. OLE color: 8245486.

HSL color Cylindrical-coordinate representation of color #EED07D: hue angle of 44.07º degrees, saturation: 0.77, 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 #EED07D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 125 -
CMYK 0 0.13 0.47 0.07
HSL 44.07º 0.77% 0.71% -
HSV(B) 44.07º 0.47% 0.93% -
XYZ 61.52 64.77 28.66 -
YUV 207.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 238 208 125 0 0.13 0.47 0.07 44.07 0.77 0.71
Hex EE D0 7D 0 D 2F 7 2C 4D 47
Octal 356 320 175 0 15 57 7 54 115 107
Binary 11101110 11010000 1111101 0 1101 101111 111 101100 1001101 1000111

Color Harmonies of #EED07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED07D

Black with #EED07D

Text Example


Text Example

White with #EED07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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