Html Css Color HEX #EFEBA1 Portafino

📋 copy color: '#EFEBA1'

red 239 ◦ green 235 ◦ blue 161

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

Shades of Portafino #EFEBA1

Tints of Portafino #EFEBA1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.01%

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

R = 37.64%
G = 37.01%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFEBA1 (or 0xEFEBA1) is known color: Portafino. HEX triplet: EF, EB and A1. RGB value is (239,235,161). Sum of RGB (Red+Green+Blue) = 239+235+161=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBA1 is #10145E. Grayscale: #E4E4E4. Windows color (decimal): -1053791 or 10611695. OLE color: 10611695.

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

Color convert

RGB 239 235 161 -
CMYK 0 0.02 0.33 0.06
HSL 56.92º 0.71% 0.78% -
HSV(B) 56.92º 0.33% 0.94% -
XYZ 71.74 80.34 45.44 -
YUV 227.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 239 235 161 0 0.02 0.33 0.06 56.92 0.71 0.78
Hex EF EB A1 0 2 21 6 39 47 4E
Octal 357 353 241 0 2 41 6 71 107 116
Binary 11101111 11101011 10100001 0 10 100001 110 111001 1000111 1001110

Color Harmonies of #EFEBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBA1

Black with #EFEBA1

Text Example


Text Example

White with #EFEBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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