Html Css Color HEX #F0E5AF Pale Goldenrod

📋 copy color: '#F0E5AF'

red 240 ◦ green 229 ◦ blue 175

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

Shades of Pale Goldenrod #F0E5AF

Tints of Pale Goldenrod #F0E5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.17%

R = 37.27%
G = 35.56%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0E5AF (or 0xF0E5AF) is known color: Pale Goldenrod. HEX triplet: F0, E5 and AF. RGB value is (240,229,175). Sum of RGB (Red+Green+Blue) = 240+229+175=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E5AF is #0F1A50. Grayscale: #E2E2E2. Windows color (decimal): -989777 or 11527664. OLE color: 11527664.

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

Color convert

RGB 240 229 175 -
CMYK 0 0.05 0.27 0.06
HSL 49.85º 0.68% 0.81% -
HSV(B) 49.85º 0.27% 0.94% -
XYZ 71.69 77.66 51.77 -
YUV 226.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 240 229 175 0 0.05 0.27 0.06 49.85 0.68 0.81
Hex F0 E5 AF 0 5 1B 6 32 44 51
Octal 360 345 257 0 5 33 6 62 104 121
Binary 11110000 11100101 10101111 0 101 11011 110 110010 1000100 1010001

Color Harmonies of #F0E5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5AF

Black with #F0E5AF

Text Example


Text Example

White with #F0E5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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