Html Css Color HEX #EEF2A1 Portafino

📋 copy color: '#EEF2A1'

red 238 ◦ green 242 ◦ blue 161

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

Shades of Portafino #EEF2A1

Tints of Portafino #EEF2A1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.75%

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

R = 37.13%
G = 37.75%
B = 25.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#EEF2A1 (or 0xEEF2A1) is known color: Portafino. HEX triplet: EE, F2 and A1. RGB value is (238,242,161). Sum of RGB (Red+Green+Blue) = 238+242+161=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2A1 is #110D5E. Grayscale: #E7E7E7. Windows color (decimal): -1117535 or 10613486. OLE color: 10613486.

HSL color Cylindrical-coordinate representation of color #EEF2A1: hue angle of 62.96º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEF2A1 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 161 -
CMYK 0.02 0 0.33 0.05
HSL 62.96º 0.76% 0.79% -
HSV(B) 62.96º 0.33% 0.95% -
XYZ 73.45 84.25 46.11 -
YUV 231.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 238 242 161 0.02 0 0.33 0.05 62.96 0.76 0.79
Hex EE F2 A1 2 0 21 5 3F 4C 4F
Octal 356 362 241 2 0 41 5 77 114 117
Binary 11101110 11110010 10100001 10 0 100001 101 111111 1001100 1001111

Color Harmonies of #EEF2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2A1

Black with #EEF2A1

Text Example


Text Example

White with #EEF2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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