Html Css Color HEX #EFEEA1 Portafino

📋 copy color: '#EFEEA1'

red 239 ◦ green 238 ◦ blue 161

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

Shades of Portafino #EFEEA1

Tints of Portafino #EFEEA1

RGB

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

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

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

R = 37.46%
G = 37.3%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFEEA1 (or 0xEFEEA1) is known color: Portafino. HEX triplet: EF, EE and A1. RGB value is (239,238,161). Sum of RGB (Red+Green+Blue) = 239+238+161=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA1 is #10115E. Grayscale: #E5E5E5. Windows color (decimal): -1053023 or 10612463. OLE color: 10612463.

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

Color convert

RGB 239 238 161 -
CMYK 0 0.00 0.33 0.06
HSL 59.23º 0.71% 0.78% -
HSV(B) 59.23º 0.33% 0.94% -
XYZ 72.6 82.07 45.73 -
YUV 229.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 239 238 161 0 0.00 0.33 0.06 59.23 0.71 0.78
Hex EF EE A1 0 0 21 6 3B 47 4E
Octal 357 356 241 0 0 41 6 73 107 116
Binary 11101111 11101110 10100001 0 0 100001 110 111011 1000111 1001110

Color Harmonies of #EFEEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEA1

Black with #EFEEA1

Text Example


Text Example

White with #EFEEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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