Html Css Color HEX #EFEFA1 Portafino

📋 copy color: '#EFEFA1'

red 239 ◦ green 239 ◦ blue 161

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

Shades of Portafino #EFEFA1

Tints of Portafino #EFEFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.2%

R = 37.4%
G = 37.4%
B = 25.2%

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

#EFEFA1 (or 0xEFEFA1) is known color: Portafino. HEX triplet: EF, EF and A1. RGB value is (239,239,161). Sum of RGB (Red+Green+Blue) = 239+239+161=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFA1 is #10105E. Grayscale: #E6E6E6. Windows color (decimal): -1052767 or 10612719. OLE color: 10612719.

HSL color Cylindrical-coordinate representation of color #EFEFA1: 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 #EFEFA1 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 161 -
CMYK 0 0 0.33 0.06
HSL 60º 0.71% 0.78% -
HSV(B) 60º 0.33% 0.94% -
XYZ 72.9 82.66 45.83 -
YUV 230.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 239 239 161 0 0 0.33 0.06 60 0.71 0.78
Hex EF EF A1 0 0 21 6 3C 47 4E
Octal 357 357 241 0 0 41 6 74 107 116
Binary 11101111 11101111 10100001 0 0 100001 110 111100 1000111 1001110

Color Harmonies of #EFEFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFA1

Black with #EFEFA1

Text Example


Text Example

White with #EFEFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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