Html Css Color HEX #EFEFA4 Portafino

📋 copy color: '#EFEFA4'

red 239 ◦ green 239 ◦ blue 164

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

Shades of Portafino #EFEFA4

Tints of Portafino #EFEFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.55%

R = 37.23%
G = 37.23%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFEFA4 (or 0xEFEFA4) is known color: Portafino. HEX triplet: EF, EF and A4. RGB value is (239,239,164). Sum of RGB (Red+Green+Blue) = 239+239+164=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 164 (64.45% from 255 or 25.55% from 642); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFA4 is #10105B. Grayscale: #E6E6E6. Windows color (decimal): -1052764 or 10809327. OLE color: 10809327.

HSL color Cylindrical-coordinate representation of color #EFEFA4: 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.31%. Process color model (Four color, CMYK) of #EFEFA4 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 164 -
CMYK 0 0 0.31 0.06
HSL 60º 0.7% 0.79% -
HSV(B) 60º 0.31% 0.94% -
XYZ 73.16 82.76 47.24 -
YUV 230.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 239 239 164 0 0 0.31 0.06 60 0.7 0.79
Hex EF EF A4 0 0 1F 6 3C 46 4F
Octal 357 357 244 0 0 37 6 74 106 117
Binary 11101111 11101111 10100100 0 0 11111 110 111100 1000110 1001111

Color Harmonies of #EFEFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFA4

Black with #EFEFA4

Text Example


Text Example

White with #EFEFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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