Html Css Color HEX #EFF2A0 Portafino

📋 copy color: '#EFF2A0'

red 239 ◦ green 242 ◦ blue 160

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

Shades of Portafino #EFF2A0

Tints of Portafino #EFF2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 24.96%

R = 37.29%
G = 37.75%
B = 24.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#EFF2A0 (or 0xEFF2A0) is known color: Portafino. HEX triplet: EF, F2 and A0. RGB value is (239,242,160). Sum of RGB (Red+Green+Blue) = 239+242+160=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 160 (62.89% from 255 or 24.96% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2A0 is #100D5F. Grayscale: #E8E8E8. Windows color (decimal): -1052000 or 10547951. OLE color: 10547951.

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

Color convert

RGB 239 242 160 -
CMYK 0.01 0 0.34 0.05
HSL 62.2º 0.76% 0.79% -
HSV(B) 62.2º 0.34% 0.95% -
XYZ 73.69 84.39 45.66 -
YUV 231.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 239 242 160 0.01 0 0.34 0.05 62.2 0.76 0.79
Hex EF F2 A0 1 0 22 5 3E 4C 4F
Octal 357 362 240 1 0 42 5 76 114 117
Binary 11101111 11110010 10100000 1 0 100010 101 111110 1001100 1001111

Color Harmonies of #EFF2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2A0

Black with #EFF2A0

Text Example


Text Example

White with #EFF2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2A0; }

 p { color: rgb(239,242,160); }

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

background-color css

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

 a { background-color: rgb(239,242,160); }

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

border-color css

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

 span { border-color: rgb(239,242,160); }

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