Html Css Color HEX #EFEDA3 Portafino

📋 copy color: '#EFEDA3'

red 239 ◦ green 237 ◦ blue 163

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

Shades of Portafino #EFEDA3

Tints of Portafino #EFEDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.51%

R = 37.4%
G = 37.09%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFEDA3 (or 0xEFEDA3) is known color: Portafino. HEX triplet: EF, ED and A3. RGB value is (239,237,163). Sum of RGB (Red+Green+Blue) = 239+237+163=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDA3 is #10125C. Grayscale: #E5E5E5. Windows color (decimal): -1053277 or 10743279. OLE color: 10743279.

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

Color convert

RGB 239 237 163 -
CMYK 0 0.01 0.32 0.06
HSL 58.42º 0.7% 0.79% -
HSV(B) 58.42º 0.32% 0.94% -
XYZ 72.49 81.56 46.57 -
YUV 229.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 239 237 163 0 0.01 0.32 0.06 58.42 0.7 0.79
Hex EF ED A3 0 1 20 6 3A 46 4F
Octal 357 355 243 0 1 40 6 72 106 117
Binary 11101111 11101101 10100011 0 1 100000 110 111010 1000110 1001111

Color Harmonies of #EFEDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDA3

Black with #EFEDA3

Text Example


Text Example

White with #EFEDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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