Html Css Color HEX #F1E4A5 Pale Goldenrod

📋 copy color: '#F1E4A5'

red 241 ◦ green 228 ◦ blue 165

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

Shades of Pale Goldenrod #F1E4A5

Tints of Pale Goldenrod #F1E4A5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.96%

 BLUE value IS 165 (64.84% from 255) = 26.03%

R = 38.01%
G = 35.96%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1E4A5 (or 0xF1E4A5) is known color: Pale Goldenrod. HEX triplet: F1, E4 and A5. RGB value is (241,228,165). Sum of RGB (Red+Green+Blue) = 241+228+165=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E4A5 is #0E1B5A. Grayscale: #E0E0E0. Windows color (decimal): -924507 or 10872049. OLE color: 10872049.

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

Color convert

RGB 241 228 165 -
CMYK 0 0.05 0.32 0.05
HSL 49.74º 0.73% 0.8% -
HSV(B) 49.74º 0.32% 0.95% -
XYZ 70.81 76.9 46.71 -
YUV 224.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 241 228 165 0 0.05 0.32 0.05 49.74 0.73 0.8
Hex F1 E4 A5 0 5 20 5 32 49 50
Octal 361 344 245 0 5 40 5 62 111 120
Binary 11110001 11100100 10100101 0 101 100000 101 110010 1001001 1010000

Color Harmonies of #F1E4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4A5

Black with #F1E4A5

Text Example


Text Example

White with #F1E4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4A5; }

 p { color: rgb(241,228,165); }

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

background-color css

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

 a { background-color: rgb(241,228,165); }

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

border-color css

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

 span { border-color: rgb(241,228,165); }

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