Html Css Color HEX #EFF3A0 Portafino

📋 copy color: '#EFF3A0'

red 239 ◦ green 243 ◦ blue 160

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

Shades of Portafino #EFF3A0

Tints of Portafino #EFF3A0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.85%

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

R = 37.23%
G = 37.85%
B = 24.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#EFF3A0 (or 0xEFF3A0) is known color: Portafino. HEX triplet: EF, F3 and A0. RGB value is (239,243,160). Sum of RGB (Red+Green+Blue) = 239+243+160=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF3A0 is #100C5F. Grayscale: #E8E8E8. Windows color (decimal): -1051744 or 10548207. OLE color: 10548207.

HSL color Cylindrical-coordinate representation of color #EFF3A0: hue angle of 62.89º degrees, saturation: 0.78, 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 #EFF3A0 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 243 160 -
CMYK 0.02 0 0.34 0.05
HSL 62.89º 0.78% 0.79% -
HSV(B) 62.89º 0.34% 0.95% -
XYZ 73.99 84.99 45.76 -
YUV 232.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 239 243 160 0.02 0 0.34 0.05 62.89 0.78 0.79
Hex EF F3 A0 2 0 22 5 3F 4E 4F
Octal 357 363 240 2 0 42 5 77 116 117
Binary 11101111 11110011 10100000 10 0 100010 101 111111 1001110 1001111

Color Harmonies of #EFF3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF3A0

Black with #EFF3A0

Text Example


Text Example

White with #EFF3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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