Html Css Color HEX #EFEFA3 Portafino

📋 copy color: '#EFEFA3'

red 239 ◦ green 239 ◦ blue 163

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

Shades of Portafino #EFEFA3

Tints of Portafino #EFEFA3

RGB

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

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

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

R = 37.29%
G = 37.29%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFEFA3 (or 0xEFEFA3) is known color: Portafino. HEX triplet: EF, EF and A3. RGB value is (239,239,163). Sum of RGB (Red+Green+Blue) = 239+239+163=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 163 (64.06% from 255 or 25.43% from 641); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFA3 is #10105C. Grayscale: #E6E6E6. Windows color (decimal): -1052765 or 10743791. OLE color: 10743791.

HSL color Cylindrical-coordinate representation of color #EFEFA3: hue angle of 60º degrees, saturation: 0.7, 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 #EFEFA3 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 163 -
CMYK 0 0 0.32 0.06
HSL 60º 0.7% 0.79% -
HSV(B) 60º 0.32% 0.94% -
XYZ 73.07 82.73 46.77 -
YUV 230.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 239 239 163 0 0 0.32 0.06 60 0.7 0.79
Hex EF EF A3 0 0 20 6 3C 46 4F
Octal 357 357 243 0 0 40 6 74 106 117
Binary 11101111 11101111 10100011 0 0 100000 110 111100 1000110 1001111

Color Harmonies of #EFEFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFA3

Black with #EFEFA3

Text Example


Text Example

White with #EFEFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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