Html Css Color HEX #EFEC9E Portafino

📋 copy color: '#EFEC9E'

red 239 ◦ green 236 ◦ blue 158

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

Shades of Portafino #EFEC9E

Tints of Portafino #EFEC9E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.28%

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

R = 37.76%
G = 37.28%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFEC9E (or 0xEFEC9E) is known color: Portafino. HEX triplet: EF, EC and 9E. RGB value is (239,236,158). Sum of RGB (Red+Green+Blue) = 239+236+158=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC9E is #101361. Grayscale: #E4E4E4. Windows color (decimal): -1053538 or 10415343. OLE color: 10415343.

HSL color Cylindrical-coordinate representation of color #EFEC9E: hue angle of 57.78º 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 #EFEC9E is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 158 -
CMYK 0 0.01 0.34 0.06
HSL 57.78º 0.72% 0.78% -
HSV(B) 57.78º 0.34% 0.94% -
XYZ 71.76 80.81 44.16 -
YUV 228.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 239 236 158 0 0.01 0.34 0.06 57.78 0.72 0.78
Hex EF EC 9E 0 1 22 6 3A 48 4E
Octal 357 354 236 0 1 42 6 72 110 116
Binary 11101111 11101100 10011110 0 1 100010 110 111010 1001000 1001110

Color Harmonies of #EFEC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC9E

Black with #EFEC9E

Text Example


Text Example

White with #EFEC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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