Html Css Color HEX #EED07A Marzipan

📋 copy color: '#EED07A'

red 238 ◦ green 208 ◦ blue 122

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

Shades of Marzipan #EED07A

Tints of Marzipan #EED07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 41.9%
G = 36.62%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EED07A (or 0xEED07A) is known color: Marzipan. HEX triplet: EE, D0 and 7A. RGB value is (238,208,122). Sum of RGB (Red+Green+Blue) = 238+208+122=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EED07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED07A is #112F85. Grayscale: #CFCFCF. Windows color (decimal): -1126278 or 8048878. OLE color: 8048878.

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

Color convert

RGB 238 208 122 -
CMYK 0 0.13 0.49 0.07
HSL 44.48º 0.77% 0.71% -
HSV(B) 44.48º 0.49% 0.93% -
XYZ 61.33 64.69 27.67 -
YUV 207.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 238 208 122 0 0.13 0.49 0.07 44.48 0.77 0.71
Hex EE D0 7A 0 D 31 7 2C 4D 47
Octal 356 320 172 0 15 61 7 54 115 107
Binary 11101110 11010000 1111010 0 1101 110001 111 101100 1001101 1000111

Color Harmonies of #EED07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED07A

Black with #EED07A

Text Example


Text Example

White with #EED07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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