Html Css Color HEX #F1E7A1 Pale Goldenrod

📋 copy color: '#F1E7A1'

red 241 ◦ green 231 ◦ blue 161

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

Shades of Pale Goldenrod #F1E7A1

Tints of Pale Goldenrod #F1E7A1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.49%

 BLUE value IS 161 (63.28% from 255) = 25.43%

R = 38.07%
G = 36.49%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F1E7A1 (or 0xF1E7A1) is known color: Pale Goldenrod. HEX triplet: F1, E7 and A1. RGB value is (241,231,161). Sum of RGB (Red+Green+Blue) = 241+231+161=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E7A1 is #0E185E. Grayscale: #E2E2E2. Windows color (decimal): -923743 or 10610673. OLE color: 10610673.

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

Color convert

RGB 241 231 161 -
CMYK 0 0.04 0.33 0.05
HSL 52.5º 0.74% 0.79% -
HSV(B) 52.5º 0.33% 0.95% -
XYZ 71.28 78.43 45.1 -
YUV 226.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 241 231 161 0 0.04 0.33 0.05 52.5 0.74 0.79
Hex F1 E7 A1 0 4 21 5 34 4A 4F
Octal 361 347 241 0 4 41 5 64 112 117
Binary 11110001 11100111 10100001 0 100 100001 101 110100 1001010 1001111

Color Harmonies of #F1E7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E7A1

Black with #F1E7A1

Text Example


Text Example

White with #F1E7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E7A1; }

 p { color: rgb(241,231,161); }

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

background-color css

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

 a { background-color: rgb(241,231,161); }

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

border-color css

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

 span { border-color: rgb(241,231,161); }

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