Html Css Color HEX #EFF1A2 Portafino

📋 copy color: '#EFF1A2'

red 239 ◦ green 241 ◦ blue 162

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

Shades of Portafino #EFF1A2

Tints of Portafino #EFF1A2

RGB

 RED value IS 239 (93.75% from 255) = 37.23%

 GREEN value IS 241 (94.53% from 255) = 37.54%

 BLUE value IS 162 (63.67% from 255) = 25.23%

R = 37.23%
G = 37.54%
B = 25.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#EFF1A2 (or 0xEFF1A2) is known color: Portafino. HEX triplet: EF, F1 and A2. RGB value is (239,241,162). Sum of RGB (Red+Green+Blue) = 239+241+162=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 162 (63.67% from 255 or 25.23% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF1A2 is #100E5D. Grayscale: #E7E7E7. Windows color (decimal): -1052254 or 10678767. OLE color: 10678767.

HSL color Cylindrical-coordinate representation of color #EFF1A2: hue angle of 61.52º degrees, saturation: 0.74, 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 #EFF1A2 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 241 162 -
CMYK 0.01 0 0.33 0.05
HSL 61.52º 0.74% 0.79% -
HSV(B) 61.52º 0.33% 0.95% -
XYZ 73.57 83.87 46.49 -
YUV 231.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 239 241 162 0.01 0 0.33 0.05 61.52 0.74 0.79
Hex EF F1 A2 1 0 21 5 3E 4A 4F
Octal 357 361 242 1 0 41 5 76 112 117
Binary 11101111 11110001 10100010 1 0 100001 101 111110 1001010 1001111

Color Harmonies of #EFF1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1A2

Black with #EFF1A2

Text Example


Text Example

White with #EFF1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1A2; }

 p { color: rgb(239,241,162); }

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

background-color css

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

 a { background-color: rgb(239,241,162); }

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

border-color css

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

 span { border-color: rgb(239,241,162); }

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