Html Css Color HEX #EEEDA1 Portafino

📋 copy color: '#EEEDA1'

red 238 ◦ green 237 ◦ blue 161

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

Shades of Portafino #EEEDA1

Tints of Portafino #EEEDA1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

 BLUE value IS 161 (63.28% from 255) = 25.31%

R = 37.42%
G = 37.26%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EEEDA1 (or 0xEEEDA1) is known color: Portafino. HEX triplet: EE, ED and A1. RGB value is (238,237,161). Sum of RGB (Red+Green+Blue) = 238+237+161=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDA1 is #11125E. Grayscale: #E4E4E4. Windows color (decimal): -1118815 or 10612206. OLE color: 10612206.

HSL color Cylindrical-coordinate representation of color #EEEDA1: hue angle of 59.22º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEEDA1 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 161 -
CMYK 0 0.00 0.32 0.07
HSL 59.22º 0.69% 0.78% -
HSV(B) 59.22º 0.32% 0.93% -
XYZ 71.98 81.32 45.62 -
YUV 228.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 238 237 161 0 0.00 0.32 0.07 59.22 0.69 0.78
Hex EE ED A1 0 0 20 7 3B 45 4E
Octal 356 355 241 0 0 40 7 73 105 116
Binary 11101110 11101101 10100001 0 0 100000 111 111011 1000101 1001110

Color Harmonies of #EEEDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDA1

Black with #EEEDA1

Text Example


Text Example

White with #EEEDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDA1; }

 p { color: rgb(238,237,161); }

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

background-color css

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

 a { background-color: rgb(238,237,161); }

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

border-color css

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

 span { border-color: rgb(238,237,161); }

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