Html Css Color HEX #EED081 Marzipan

📋 copy color: '#EED081'

red 238 ◦ green 208 ◦ blue 129

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

Shades of Marzipan #EED081

Tints of Marzipan #EED081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.43%

R = 41.39%
G = 36.17%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EED081 (or 0xEED081) is known color: Marzipan. HEX triplet: EE, D0 and 81. RGB value is (238,208,129). Sum of RGB (Red+Green+Blue) = 238+208+129=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED081 is #112F7E. Grayscale: #D0D0D0. Windows color (decimal): -1126271 or 8507630. OLE color: 8507630.

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

Color convert

RGB 238 208 129 -
CMYK 0 0.13 0.46 0.07
HSL 43.49º 0.76% 0.72% -
HSV(B) 43.49º 0.46% 0.93% -
XYZ 61.78 64.87 30.03 -
YUV 207.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 238 208 129 0 0.13 0.46 0.07 43.49 0.76 0.72
Hex EE D0 81 0 D 2E 7 2B 4C 48
Octal 356 320 201 0 15 56 7 53 114 110
Binary 11101110 11010000 10000001 0 1101 101110 111 101011 1001100 1001000

Color Harmonies of #EED081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED081

Black with #EED081

Text Example


Text Example

White with #EED081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED081; }

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

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

background-color css

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

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

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

border-color css

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

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

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