Html Css Color HEX #EFEF9F Portafino

📋 copy color: '#EFEF9F'

red 239 ◦ green 239 ◦ blue 159

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

Shades of Portafino #EFEF9F

Tints of Portafino #EFEF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 24.96%

R = 37.52%
G = 37.52%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFEF9F (or 0xEFEF9F) is known color: Portafino. HEX triplet: EF, EF and 9F. RGB value is (239,239,159). Sum of RGB (Red+Green+Blue) = 239+239+159=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 159 (62.5% from 255 or 24.96% from 637); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF9F is #101060. Grayscale: #E6E6E6. Windows color (decimal): -1052769 or 10481647. OLE color: 10481647.

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

Color convert

RGB 239 239 159 -
CMYK 0 0 0.33 0.06
HSL 60º 0.71% 0.78% -
HSV(B) 60º 0.33% 0.94% -
XYZ 72.72 82.59 44.91 -
YUV 229.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 239 239 159 0 0 0.33 0.06 60 0.71 0.78
Hex EF EF 9F 0 0 21 6 3C 47 4E
Octal 357 357 237 0 0 41 6 74 107 116
Binary 11101111 11101111 10011111 0 0 100001 110 111100 1000111 1001110

Color Harmonies of #EFEF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF9F

Black with #EFEF9F

Text Example


Text Example

White with #EFEF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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