Html Css Color HEX #F0EAA2 Pale Goldenrod

📋 copy color: '#F0EAA2'

red 240 ◦ green 234 ◦ blue 162

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

Shades of Pale Goldenrod #F0EAA2

Tints of Pale Goldenrod #F0EAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.47%

R = 37.74%
G = 36.79%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F0EAA2 (or 0xF0EAA2) is known color: Pale Goldenrod. HEX triplet: F0, EA and A2. RGB value is (240,234,162). Sum of RGB (Red+Green+Blue) = 240+234+162=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EAA2 is #0F155D. Grayscale: #E3E3E3. Windows color (decimal): -988510 or 10676976. OLE color: 10676976.

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

Color convert

RGB 240 234 162 -
CMYK 0 0.02 0.32 0.06
HSL 55.38º 0.72% 0.79% -
HSV(B) 55.38º 0.33% 0.94% -
XYZ 71.88 79.98 45.83 -
YUV 227.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 240 234 162 0 0.02 0.32 0.06 55.38 0.72 0.79
Hex F0 EA A2 0 2 20 6 37 48 4F
Octal 360 352 242 0 2 40 6 67 110 117
Binary 11110000 11101010 10100010 0 10 100000 110 110111 1001000 1001111

Color Harmonies of #F0EAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAA2

Black with #F0EAA2

Text Example


Text Example

White with #F0EAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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