Html Css Color HEX #F0EE9C Portafino

📋 copy color: '#F0EE9C'

red 240 ◦ green 238 ◦ blue 156

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

Shades of Portafino #F0EE9C

Tints of Portafino #F0EE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.61%

R = 37.85%
G = 37.54%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0EE9C (or 0xF0EE9C) is known color: Portafino. HEX triplet: F0, EE and 9C. RGB value is (240,238,156). Sum of RGB (Red+Green+Blue) = 240+238+156=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 156 (61.33% from 255 or 24.61% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EE9C is #0F1163. Grayscale: #E5E5E5. Windows color (decimal): -987492 or 10284784. OLE color: 10284784.

HSL color Cylindrical-coordinate representation of color #F0EE9C: hue angle of 58.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0EE9C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 238 156 -
CMYK 0 0.01 0.35 0.06
HSL 58.57º 0.74% 0.78% -
HSV(B) 58.57º 0.35% 0.94% -
XYZ 72.51 82.07 43.47 -
YUV 229.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 240 238 156 0 0.01 0.35 0.06 58.57 0.74 0.78
Hex F0 EE 9C 0 1 23 6 3B 4A 4E
Octal 360 356 234 0 1 43 6 73 112 116
Binary 11110000 11101110 10011100 0 1 100011 110 111011 1001010 1001110

Color Harmonies of #F0EE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EE9C

Black with #F0EE9C

Text Example


Text Example

White with #F0EE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EE9C; }

 p { color: rgb(240,238,156); }

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

background-color css

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

 a { background-color: rgb(240,238,156); }

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

border-color css

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

 span { border-color: rgb(240,238,156); }

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