Html Css Color HEX #F5EFAF Pale Goldenrod

📋 copy color: '#F5EFAF'

red 245 ◦ green 239 ◦ blue 175

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

Shades of Pale Goldenrod #F5EFAF

Tints of Pale Goldenrod #F5EFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.27%

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

R = 37.18%
G = 36.27%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5EFAF (or 0xF5EFAF) is known color: Pale Goldenrod. HEX triplet: F5, EF and AF. RGB value is (245,239,175). Sum of RGB (Red+Green+Blue) = 245+239+175=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFAF is #0A1050. Grayscale: #E9E9E9. Windows color (decimal): -659537 or 11530229. OLE color: 11530229.

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

Color convert

RGB 245 239 175 -
CMYK 0 0.02 0.29 0.04
HSL 54.86º 0.78% 0.82% -
HSV(B) 54.86º 0.29% 0.96% -
XYZ 76.26 84.24 52.8 -
YUV 233.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 245 239 175 0 0.02 0.29 0.04 54.86 0.78 0.82
Hex F5 EF AF 0 2 1D 4 37 4E 52
Octal 365 357 257 0 2 35 4 67 116 122
Binary 11110101 11101111 10101111 0 10 11101 100 110111 1001110 1010010

Color Harmonies of #F5EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFAF

Black with #F5EFAF

Text Example


Text Example

White with #F5EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFAF; }

 p { color: rgb(245,239,175); }

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

background-color css

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

 a { background-color: rgb(245,239,175); }

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

border-color css

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

 span { border-color: rgb(245,239,175); }

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