Html Css Color HEX #EFEF9E Portafino

📋 copy color: '#EFEF9E'

red 239 ◦ green 239 ◦ blue 158

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

Shades of Portafino #EFEF9E

Tints of Portafino #EFEF9E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

 BLUE value IS 158 (62.11% from 255) = 24.84%

R = 37.58%
G = 37.58%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFEF9E (or 0xEFEF9E) is known color: Portafino. HEX triplet: EF, EF and 9E. RGB value is (239,239,158). Sum of RGB (Red+Green+Blue) = 239+239+158=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF9E is #101061. Grayscale: #E6E6E6. Windows color (decimal): -1052770 or 10416111. OLE color: 10416111.

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

Color convert

RGB 239 239 158 -
CMYK 0 0 0.34 0.06
HSL 60º 0.72% 0.78% -
HSV(B) 60º 0.34% 0.94% -
XYZ 72.63 82.55 44.45 -
YUV 229.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 239 239 158 0 0 0.34 0.06 60 0.72 0.78
Hex EF EF 9E 0 0 22 6 3C 48 4E
Octal 357 357 236 0 0 42 6 74 110 116
Binary 11101111 11101111 10011110 0 0 100010 110 111100 1001000 1001110

Color Harmonies of #EFEF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF9E

Black with #EFEF9E

Text Example


Text Example

White with #EFEF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF9E; }

 p { color: rgb(239,239,158); }

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

background-color css

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

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

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

border-color css

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

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

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