Html Css Color HEX #EFEAA0 Portafino

📋 copy color: '#EFEAA0'

red 239 ◦ green 234 ◦ blue 160

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

Shades of Portafino #EFEAA0

Tints of Portafino #EFEAA0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.97%

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

R = 37.76%
G = 36.97%
B = 25.28%

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

#EFEAA0 (or 0xEFEAA0) is known color: Portafino. HEX triplet: EF, EA and A0. RGB value is (239,234,160). Sum of RGB (Red+Green+Blue) = 239+234+160=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA0 is #10155F. Grayscale: #E3E3E3. Windows color (decimal): -1054048 or 10545903. OLE color: 10545903.

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

Color convert

RGB 239 234 160 -
CMYK 0 0.02 0.33 0.06
HSL 56.2º 0.71% 0.78% -
HSV(B) 56.2º 0.33% 0.94% -
XYZ 71.36 79.73 44.89 -
YUV 227.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 239 234 160 0 0.02 0.33 0.06 56.2 0.71 0.78
Hex EF EA A0 0 2 21 6 38 47 4E
Octal 357 352 240 0 2 41 6 70 107 116
Binary 11101111 11101010 10100000 0 10 100001 110 111000 1000111 1001110

Color Harmonies of #EFEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAA0

Black with #EFEAA0

Text Example


Text Example

White with #EFEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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