Html Css Color HEX #F0EDA0 Portafino

📋 copy color: '#F0EDA0'

red 240 ◦ green 237 ◦ blue 160

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

Shades of Portafino #F0EDA0

Tints of Portafino #F0EDA0

RGB

 RED value IS 240 (94.14% from 255) = 37.68%

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

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

R = 37.68%
G = 37.21%
B = 25.12%

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

#F0EDA0 (or 0xF0EDA0) is known color: Portafino. HEX triplet: F0, ED and A0. RGB value is (240,237,160). Sum of RGB (Red+Green+Blue) = 240+237+160=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDA0 is #0F125F. Grayscale: #E5E5E5. Windows color (decimal): -987744 or 10546672. OLE color: 10546672.

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

Color convert

RGB 240 237 160 -
CMYK 0 0.01 0.33 0.06
HSL 57.75º 0.73% 0.78% -
HSV(B) 57.75º 0.33% 0.94% -
XYZ 72.56 81.63 45.19 -
YUV 229.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 240 237 160 0 0.01 0.33 0.06 57.75 0.73 0.78
Hex F0 ED A0 0 1 21 6 3A 49 4E
Octal 360 355 240 0 1 41 6 72 111 116
Binary 11110000 11101101 10100000 0 1 100001 110 111010 1001001 1001110

Color Harmonies of #F0EDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDA0

Black with #F0EDA0

Text Example


Text Example

White with #F0EDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDA0; }

 p { color: rgb(240,237,160); }

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

background-color css

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

 a { background-color: rgb(240,237,160); }

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

border-color css

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

 span { border-color: rgb(240,237,160); }

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