Html Css Color HEX #F1EAA5 Pale Goldenrod

📋 copy color: '#F1EAA5'

red 241 ◦ green 234 ◦ blue 165

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

Shades of Pale Goldenrod #F1EAA5

Tints of Pale Goldenrod #F1EAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

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

R = 37.66%
G = 36.56%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1EAA5 (or 0xF1EAA5) is known color: Pale Goldenrod. HEX triplet: F1, EA and A5. RGB value is (241,234,165). Sum of RGB (Red+Green+Blue) = 241+234+165=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 165 (64.84% from 255 or 25.78% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EAA5 is #0E155A. Grayscale: #E4E4E4. Windows color (decimal): -922971 or 10873585. OLE color: 10873585.

HSL color Cylindrical-coordinate representation of color #F1EAA5: hue angle of 54.47º 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 #F1EAA5 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 234 165 -
CMYK 0 0.03 0.32 0.05
HSL 54.47º 0.73% 0.8% -
HSV(B) 54.47º 0.32% 0.95% -
XYZ 72.49 80.26 47.27 -
YUV 228.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 241 234 165 0 0.03 0.32 0.05 54.47 0.73 0.8
Hex F1 EA A5 0 3 20 5 36 49 50
Octal 361 352 245 0 3 40 5 66 111 120
Binary 11110001 11101010 10100101 0 11 100000 101 110110 1001001 1010000

Color Harmonies of #F1EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EAA5

Black with #F1EAA5

Text Example


Text Example

White with #F1EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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