Html Css Color HEX #F1E5A0 Pale Goldenrod

📋 copy color: '#F1E5A0'

red 241 ◦ green 229 ◦ blue 160

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

Shades of Pale Goldenrod #F1E5A0

Tints of Pale Goldenrod #F1E5A0

RGB

 RED value IS 241 (94.53% from 255) = 38.25%

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

 BLUE value IS 160 (62.89% from 255) = 25.4%

R = 38.25%
G = 36.35%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1E5A0 (or 0xF1E5A0) is known color: Pale Goldenrod. HEX triplet: F1, E5 and A0. RGB value is (241,229,160). Sum of RGB (Red+Green+Blue) = 241+229+160=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E5A0 is #0E1A5F. Grayscale: #E1E1E1. Windows color (decimal): -924256 or 10544625. OLE color: 10544625.

HSL color Cylindrical-coordinate representation of color #F1E5A0: hue angle of 51.11º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1E5A0 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 229 160 -
CMYK 0 0.05 0.34 0.05
HSL 51.11º 0.74% 0.79% -
HSV(B) 51.11º 0.34% 0.95% -
XYZ 70.64 77.28 44.45 -
YUV 224.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 241 229 160 0 0.05 0.34 0.05 51.11 0.74 0.79
Hex F1 E5 A0 0 5 22 5 33 4A 4F
Octal 361 345 240 0 5 42 5 63 112 117
Binary 11110001 11100101 10100000 0 101 100010 101 110011 1001010 1001111

Color Harmonies of #F1E5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5A0

Black with #F1E5A0

Text Example


Text Example

White with #F1E5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5A0; }

 p { color: rgb(241,229,160); }

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

background-color css

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

 a { background-color: rgb(241,229,160); }

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

border-color css

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

 span { border-color: rgb(241,229,160); }

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