Html Css Color HEX #F0EEAA Pale Goldenrod

📋 copy color: '#F0EEAA'

red 240 ◦ green 238 ◦ blue 170

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

Shades of Pale Goldenrod #F0EEAA

Tints of Pale Goldenrod #F0EEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.23%

R = 37.04%
G = 36.73%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0EEAA (or 0xF0EEAA) is known color: Pale Goldenrod. HEX triplet: F0, EE and AA. RGB value is (240,238,170). Sum of RGB (Red+Green+Blue) = 240+238+170=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EEAA is #0F1155. Grayscale: #E7E7E7. Windows color (decimal): -987478 or 11202288. OLE color: 11202288.

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

Color convert

RGB 240 238 170 -
CMYK 0 0.01 0.29 0.06
HSL 58.29º 0.7% 0.8% -
HSV(B) 58.29º 0.29% 0.94% -
XYZ 73.77 82.58 50.08 -
YUV 230.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 240 238 170 0 0.01 0.29 0.06 58.29 0.7 0.8
Hex F0 EE AA 0 1 1D 6 3A 46 50
Octal 360 356 252 0 1 35 6 72 106 120
Binary 11110000 11101110 10101010 0 1 11101 110 111010 1000110 1010000

Color Harmonies of #F0EEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EEAA

Black with #F0EEAA

Text Example


Text Example

White with #F0EEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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