Html Css Color HEX #F5E9AD Pale Goldenrod

📋 copy color: '#F5E9AD'

red 245 ◦ green 233 ◦ blue 173

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

Shades of Pale Goldenrod #F5E9AD

Tints of Pale Goldenrod #F5E9AD

RGB

 RED value IS 245 (96.09% from 255) = 37.63%

 GREEN value IS 233 (91.41% from 255) = 35.79%

 BLUE value IS 173 (67.97% from 255) = 26.57%

R = 37.63%
G = 35.79%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5E9AD (or 0xF5E9AD) is known color: Pale Goldenrod. HEX triplet: F5, E9 and AD. RGB value is (245,233,173). Sum of RGB (Red+Green+Blue) = 245+233+173=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E9AD is #0A1652. Grayscale: #E6E6E6. Windows color (decimal): -661075 or 11397621. OLE color: 11397621.

HSL color Cylindrical-coordinate representation of color #F5E9AD: hue angle of 50º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5E9AD is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 233 173 -
CMYK 0 0.05 0.29 0.04
HSL 50º 0.78% 0.82% -
HSV(B) 50º 0.29% 0.96% -
XYZ 74.34 80.71 51.2 -
YUV 229.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 245 233 173 0 0.05 0.29 0.04 50 0.78 0.82
Hex F5 E9 AD 0 5 1D 4 32 4E 52
Octal 365 351 255 0 5 35 4 62 116 122
Binary 11110101 11101001 10101101 0 101 11101 100 110010 1001110 1010010

Color Harmonies of #F5E9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E9AD

Black with #F5E9AD

Text Example


Text Example

White with #F5E9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E9AD; }

 p { color: rgb(245,233,173); }

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

background-color css

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

 a { background-color: rgb(245,233,173); }

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

border-color css

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

 span { border-color: rgb(245,233,173); }

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