Html Css Color HEX #EFEEA2 Portafino

📋 copy color: '#EFEEA2'

red 239 ◦ green 238 ◦ blue 162

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

Shades of Portafino #EFEEA2

Tints of Portafino #EFEEA2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.25%

 BLUE value IS 162 (63.67% from 255) = 25.35%

R = 37.4%
G = 37.25%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFEEA2 (or 0xEFEEA2) is known color: Portafino. HEX triplet: EF, EE and A2. RGB value is (239,238,162). Sum of RGB (Red+Green+Blue) = 239+238+162=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA2 is #10115D. Grayscale: #E5E5E5. Windows color (decimal): -1053022 or 10677999. OLE color: 10677999.

HSL color Cylindrical-coordinate representation of color #EFEEA2: hue angle of 59.22º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFEEA2 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 238 162 -
CMYK 0 0.00 0.32 0.06
HSL 59.22º 0.71% 0.79% -
HSV(B) 59.22º 0.32% 0.94% -
XYZ 72.69 82.11 46.2 -
YUV 229.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 239 238 162 0 0.00 0.32 0.06 59.22 0.71 0.79
Hex EF EE A2 0 0 20 6 3B 47 4F
Octal 357 356 242 0 0 40 6 73 107 117
Binary 11101111 11101110 10100010 0 0 100000 110 111011 1000111 1001111

Color Harmonies of #EFEEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEA2

Black with #EFEEA2

Text Example


Text Example

White with #EFEEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEA2; }

 p { color: rgb(239,238,162); }

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

background-color css

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

 a { background-color: rgb(239,238,162); }

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

border-color css

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

 span { border-color: rgb(239,238,162); }

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