Html Css Color HEX #F0EAAD Pale Goldenrod

📋 copy color: '#F0EAAD'

red 240 ◦ green 234 ◦ blue 173

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

Shades of Pale Goldenrod #F0EAAD

Tints of Pale Goldenrod #F0EAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.17%

 BLUE value IS 173 (67.97% from 255) = 26.74%

R = 37.09%
G = 36.17%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0EAAD (or 0xF0EAAD) is known color: Pale Goldenrod. HEX triplet: F0, EA and AD. RGB value is (240,234,173). Sum of RGB (Red+Green+Blue) = 240+234+173=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EAAD is #0F1552. Grayscale: #E5E5E5. Windows color (decimal): -988499 or 11397872. OLE color: 11397872.

HSL color Cylindrical-coordinate representation of color #F0EAAD: hue angle of 54.63º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0EAAD is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 234 173 -
CMYK 0 0.02 0.28 0.06
HSL 54.63º 0.69% 0.81% -
HSV(B) 54.63º 0.28% 0.94% -
XYZ 72.9 80.39 51.21 -
YUV 228.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 240 234 173 0 0.02 0.28 0.06 54.63 0.69 0.81
Hex F0 EA AD 0 2 1C 6 37 45 51
Octal 360 352 255 0 2 34 6 67 105 121
Binary 11110000 11101010 10101101 0 10 11100 110 110111 1000101 1010001

Color Harmonies of #F0EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAAD

Black with #F0EAAD

Text Example


Text Example

White with #F0EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAAD; }

 p { color: rgb(240,234,173); }

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

background-color css

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

 a { background-color: rgb(240,234,173); }

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

border-color css

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

 span { border-color: rgb(240,234,173); }

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