Html Css Color HEX #EFEDA1 Portafino

📋 copy color: '#EFEDA1'

red 239 ◦ green 237 ◦ blue 161

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

Shades of Portafino #EFEDA1

Tints of Portafino #EFEDA1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.21%

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

R = 37.52%
G = 37.21%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFEDA1 (or 0xEFEDA1) is known color: Portafino. HEX triplet: EF, ED and A1. RGB value is (239,237,161). Sum of RGB (Red+Green+Blue) = 239+237+161=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDA1 is #10125E. Grayscale: #E5E5E5. Windows color (decimal): -1053279 or 10612207. OLE color: 10612207.

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

Color convert

RGB 239 237 161 -
CMYK 0 0.01 0.33 0.06
HSL 58.46º 0.71% 0.78% -
HSV(B) 58.46º 0.33% 0.94% -
XYZ 72.31 81.49 45.64 -
YUV 228.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 239 237 161 0 0.01 0.33 0.06 58.46 0.71 0.78
Hex EF ED A1 0 1 21 6 3A 47 4E
Octal 357 355 241 0 1 41 6 72 107 116
Binary 11101111 11101101 10100001 0 1 100001 110 111010 1000111 1001110

Color Harmonies of #EFEDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDA1

Black with #EFEDA1

Text Example


Text Example

White with #EFEDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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