Html Css Color HEX #EFEC9B Portafino

📋 copy color: '#EFEC9B'

red 239 ◦ green 236 ◦ blue 155

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

Shades of Portafino #EFEC9B

Tints of Portafino #EFEC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.6%

R = 37.94%
G = 37.46%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFEC9B (or 0xEFEC9B) is known color: Portafino. HEX triplet: EF, EC and 9B. RGB value is (239,236,155). Sum of RGB (Red+Green+Blue) = 239+236+155=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC9B is #101364. Grayscale: #E3E3E3. Windows color (decimal): -1053541 or 10218735. OLE color: 10218735.

HSL color Cylindrical-coordinate representation of color #EFEC9B: hue angle of 57.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFEC9B is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 155 -
CMYK 0 0.01 0.35 0.06
HSL 57.86º 0.72% 0.77% -
HSV(B) 57.86º 0.35% 0.94% -
XYZ 71.51 80.71 42.82 -
YUV 227.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 239 236 155 0 0.01 0.35 0.06 57.86 0.72 0.77
Hex EF EC 9B 0 1 23 6 3A 48 4D
Octal 357 354 233 0 1 43 6 72 110 115
Binary 11101111 11101100 10011011 0 1 100011 110 111010 1001000 1001101

Color Harmonies of #EFEC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC9B

Black with #EFEC9B

Text Example


Text Example

White with #EFEC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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