Html Css Color HEX #F0EAA4 Pale Goldenrod

📋 copy color: '#F0EAA4'

red 240 ◦ green 234 ◦ blue 164

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

Shades of Pale Goldenrod #F0EAA4

Tints of Pale Goldenrod #F0EAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.71%

R = 37.62%
G = 36.68%
B = 25.71%

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

#F0EAA4 (or 0xF0EAA4) is known color: Pale Goldenrod. HEX triplet: F0, EA and A4. RGB value is (240,234,164). Sum of RGB (Red+Green+Blue) = 240+234+164=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EAA4 is #0F155B. Grayscale: #E4E4E4. Windows color (decimal): -988508 or 10808048. OLE color: 10808048.

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

Color convert

RGB 240 234 164 -
CMYK 0 0.02 0.32 0.06
HSL 55.26º 0.72% 0.79% -
HSV(B) 55.26º 0.32% 0.94% -
XYZ 72.06 80.05 46.78 -
YUV 227.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 240 234 164 0 0.02 0.32 0.06 55.26 0.72 0.79
Hex F0 EA A4 0 2 20 6 37 48 4F
Octal 360 352 244 0 2 40 6 67 110 117
Binary 11110000 11101010 10100100 0 10 100000 110 110111 1001000 1001111

Color Harmonies of #F0EAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAA4

Black with #F0EAA4

Text Example


Text Example

White with #F0EAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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