Html Css Color HEX #EFEBA0 Portafino

📋 copy color: '#EFEBA0'

red 239 ◦ green 235 ◦ blue 160

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

Shades of Portafino #EFEBA0

Tints of Portafino #EFEBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.24%

R = 37.7%
G = 37.07%
B = 25.24%

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

#EFEBA0 (or 0xEFEBA0) is known color: Portafino. HEX triplet: EF, EB and A0. RGB value is (239,235,160). Sum of RGB (Red+Green+Blue) = 239+235+160=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBA0 is #10145F. Grayscale: #E3E3E3. Windows color (decimal): -1053792 or 10546159. OLE color: 10546159.

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

Color convert

RGB 239 235 160 -
CMYK 0 0.02 0.33 0.06
HSL 56.96º 0.71% 0.78% -
HSV(B) 56.96º 0.33% 0.94% -
XYZ 71.65 80.31 44.98 -
YUV 227.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 239 235 160 0 0.02 0.33 0.06 56.96 0.71 0.78
Hex EF EB A0 0 2 21 6 39 47 4E
Octal 357 353 240 0 2 41 6 71 107 116
Binary 11101111 11101011 10100000 0 10 100001 110 111001 1000111 1001110

Color Harmonies of #EFEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBA0

Black with #EFEBA0

Text Example


Text Example

White with #EFEBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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