Html Css Color HEX #F1E4A4 Pale Goldenrod

📋 copy color: '#F1E4A4'

red 241 ◦ green 228 ◦ blue 164

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

Shades of Pale Goldenrod #F1E4A4

Tints of Pale Goldenrod #F1E4A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.91%

R = 38.07%
G = 36.02%
B = 25.91%

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

#F1E4A4 (or 0xF1E4A4) is known color: Pale Goldenrod. HEX triplet: F1, E4 and A4. RGB value is (241,228,164). Sum of RGB (Red+Green+Blue) = 241+228+164=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 164 (64.45% from 255 or 25.91% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E4A4 is #0E1B5B. Grayscale: #E0E0E0. Windows color (decimal): -924508 or 10806513. OLE color: 10806513.

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

Color convert

RGB 241 228 164 -
CMYK 0 0.05 0.32 0.05
HSL 49.87º 0.73% 0.79% -
HSV(B) 49.87º 0.32% 0.95% -
XYZ 70.72 76.87 46.23 -
YUV 224.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 241 228 164 0 0.05 0.32 0.05 49.87 0.73 0.79
Hex F1 E4 A4 0 5 20 5 32 49 4F
Octal 361 344 244 0 5 40 5 62 111 117
Binary 11110001 11100100 10100100 0 101 100000 101 110010 1001001 1001111

Color Harmonies of #F1E4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4A4

Black with #F1E4A4

Text Example


Text Example

White with #F1E4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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