Html Css Color HEX #F0E6AF Pale Goldenrod

📋 copy color: '#F0E6AF'

red 240 ◦ green 230 ◦ blue 175

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

Shades of Pale Goldenrod #F0E6AF

Tints of Pale Goldenrod #F0E6AF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

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

R = 37.21%
G = 35.66%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0E6AF (or 0xF0E6AF) is known color: Pale Goldenrod. HEX triplet: F0, E6 and AF. RGB value is (240,230,175). Sum of RGB (Red+Green+Blue) = 240+230+175=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E6AF is #0F1950. Grayscale: #E2E2E2. Windows color (decimal): -989521 or 11527920. OLE color: 11527920.

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

Color convert

RGB 240 230 175 -
CMYK 0 0.04 0.27 0.06
HSL 50.77º 0.68% 0.81% -
HSV(B) 50.77º 0.27% 0.94% -
XYZ 71.97 78.21 51.86 -
YUV 226.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 240 230 175 0 0.04 0.27 0.06 50.77 0.68 0.81
Hex F0 E6 AF 0 4 1B 6 33 44 51
Octal 360 346 257 0 4 33 6 63 104 121
Binary 11110000 11100110 10101111 0 100 11011 110 110011 1000100 1010001

Color Harmonies of #F0E6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6AF

Black with #F0E6AF

Text Example


Text Example

White with #F0E6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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