Html Css Color HEX #EECB80 Marzipan

📋 copy color: '#EECB80'

red 238 ◦ green 203 ◦ blue 128

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

Shades of Marzipan #EECB80

Tints of Marzipan #EECB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.68%

 BLUE value IS 128 (50.39% from 255) = 22.5%

R = 41.83%
G = 35.68%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EECB80 (or 0xEECB80) is known color: Marzipan. HEX triplet: EE, CB and 80. RGB value is (238,203,128). Sum of RGB (Red+Green+Blue) = 238+203+128=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECB80 is #11347F. Grayscale: #CDCDCD. Windows color (decimal): -1127552 or 8440814. OLE color: 8440814.

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

Color convert

RGB 238 203 128 -
CMYK 0 0.15 0.46 0.07
HSL 40.91º 0.76% 0.72% -
HSV(B) 40.91º 0.46% 0.93% -
XYZ 60.51 62.45 29.29 -
YUV 204.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 238 203 128 0 0.15 0.46 0.07 40.91 0.76 0.72
Hex EE CB 80 0 F 2E 7 29 4C 48
Octal 356 313 200 0 17 56 7 51 114 110
Binary 11101110 11001011 10000000 0 1111 101110 111 101001 1001100 1001000

Color Harmonies of #EECB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB80

Black with #EECB80

Text Example


Text Example

White with #EECB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB80; }

 p { color: rgb(238,203,128); }

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

background-color css

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

 a { background-color: rgb(238,203,128); }

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

border-color css

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

 span { border-color: rgb(238,203,128); }

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