Html Css Color HEX #EFF0A3 Portafino

📋 copy color: '#EFF0A3'

red 239 ◦ green 240 ◦ blue 163

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

Shades of Portafino #EFF0A3

Tints of Portafino #EFF0A3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.38%

 BLUE value IS 163 (64.06% from 255) = 25.39%

R = 37.23%
G = 37.38%
B = 25.39%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFF0A3 (or 0xEFF0A3) is known color: Portafino. HEX triplet: EF, F0 and A3. RGB value is (239,240,163). Sum of RGB (Red+Green+Blue) = 239+240+163=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 163 (64.06% from 255 or 25.39% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF0A3 is #100F5C. Grayscale: #E7E7E7. Windows color (decimal): -1052509 or 10744047. OLE color: 10744047.

HSL color Cylindrical-coordinate representation of color #EFF0A3: hue angle of 60.78º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFF0A3 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 163 -
CMYK 0.00 0 0.32 0.06
HSL 60.78º 0.72% 0.79% -
HSV(B) 60.78º 0.32% 0.94% -
XYZ 73.37 83.32 46.86 -
YUV 230.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 239 240 163 0.00 0 0.32 0.06 60.78 0.72 0.79
Hex EF F0 A3 0 0 20 6 3D 48 4F
Octal 357 360 243 0 0 40 6 75 110 117
Binary 11101111 11110000 10100011 0 0 100000 110 111101 1001000 1001111

Color Harmonies of #EFF0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0A3

Black with #EFF0A3

Text Example


Text Example

White with #EFF0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0A3; }

 p { color: rgb(239,240,163); }

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

background-color css

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

 a { background-color: rgb(239,240,163); }

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

border-color css

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

 span { border-color: rgb(239,240,163); }

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