Html Css Color HEX #EECF80 Marzipan

📋 copy color: '#EECF80'

red 238 ◦ green 207 ◦ blue 128

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

Shades of Marzipan #EECF80

Tints of Marzipan #EECF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.13%

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

R = 41.54%
G = 36.13%
B = 22.34%

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

#EECF80 (or 0xEECF80) is known color: Marzipan. HEX triplet: EE, CF and 80. RGB value is (238,207,128). Sum of RGB (Red+Green+Blue) = 238+207+128=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECF80 is #11307F. Grayscale: #CFCFCF. Windows color (decimal): -1126528 or 8441838. OLE color: 8441838.

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

Color convert

RGB 238 207 128 -
CMYK 0 0.13 0.46 0.07
HSL 43.09º 0.76% 0.72% -
HSV(B) 43.09º 0.46% 0.93% -
XYZ 61.47 64.36 29.61 -
YUV 207.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 238 207 128 0 0.13 0.46 0.07 43.09 0.76 0.72
Hex EE CF 80 0 D 2E 7 2B 4C 48
Octal 356 317 200 0 15 56 7 53 114 110
Binary 11101110 11001111 10000000 0 1101 101110 111 101011 1001100 1001000

Color Harmonies of #EECF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECF80

Black with #EECF80

Text Example


Text Example

White with #EECF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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