Html Css Color HEX #F0E8AF Pale Goldenrod

📋 copy color: '#F0E8AF'

red 240 ◦ green 232 ◦ blue 175

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

Shades of Pale Goldenrod #F0E8AF

Tints of Pale Goldenrod #F0E8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.86%

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

R = 37.09%
G = 35.86%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0E8AF (or 0xF0E8AF) is known color: Pale Goldenrod. HEX triplet: F0, E8 and AF. RGB value is (240,232,175). Sum of RGB (Red+Green+Blue) = 240+232+175=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E8AF is #0F1750. Grayscale: #E4E4E4. Windows color (decimal): -989009 or 11528432. OLE color: 11528432.

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

Color convert

RGB 240 232 175 -
CMYK 0 0.03 0.27 0.06
HSL 52.62º 0.68% 0.81% -
HSV(B) 52.62º 0.27% 0.94% -
XYZ 72.53 79.33 52.05 -
YUV 227.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 240 232 175 0 0.03 0.27 0.06 52.62 0.68 0.81
Hex F0 E8 AF 0 3 1B 6 35 44 51
Octal 360 350 257 0 3 33 6 65 104 121
Binary 11110000 11101000 10101111 0 11 11011 110 110101 1000100 1010001

Color Harmonies of #F0E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E8AF

Black with #F0E8AF

Text Example


Text Example

White with #F0E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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