Html Css Color HEX #F0E5AA Pale Goldenrod

📋 copy color: '#F0E5AA'

red 240 ◦ green 229 ◦ blue 170

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

Shades of Pale Goldenrod #F0E5AA

Tints of Pale Goldenrod #F0E5AA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.84%

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

R = 37.56%
G = 35.84%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0E5AA (or 0xF0E5AA) is known color: Pale Goldenrod. HEX triplet: F0, E5 and AA. RGB value is (240,229,170). Sum of RGB (Red+Green+Blue) = 240+229+170=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E5AA is #0F1A55. Grayscale: #E1E1E1. Windows color (decimal): -989782 or 11199984. OLE color: 11199984.

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

Color convert

RGB 240 229 170 -
CMYK 0 0.05 0.29 0.06
HSL 50.57º 0.7% 0.8% -
HSV(B) 50.57º 0.29% 0.94% -
XYZ 71.21 77.47 49.23 -
YUV 225.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 240 229 170 0 0.05 0.29 0.06 50.57 0.7 0.8
Hex F0 E5 AA 0 5 1D 6 33 46 50
Octal 360 345 252 0 5 35 6 63 106 120
Binary 11110000 11100101 10101010 0 101 11101 110 110011 1000110 1010000

Color Harmonies of #F0E5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5AA

Black with #F0E5AA

Text Example


Text Example

White with #F0E5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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