Html Css Color HEX #F1E185 Light Goldenrod

📋 copy color: '#F1E185'

red 241 ◦ green 225 ◦ blue 133

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

Shades of Light Goldenrod #F1E185

Tints of Light Goldenrod #F1E185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.56%

 BLUE value IS 133 (52.34% from 255) = 22.2%

R = 40.23%
G = 37.56%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1E185 (or 0xF1E185) is known color: Light Goldenrod. HEX triplet: F1, E1 and 85. RGB value is (241,225,133). Sum of RGB (Red+Green+Blue) = 241+225+133=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E185 is #0E1E7A. Grayscale: #DBDBDB. Windows color (decimal): -925307 or 8774129. OLE color: 8774129.

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

Color convert

RGB 241 225 133 -
CMYK 0 0.07 0.45 0.05
HSL 51.11º 0.79% 0.73% -
HSV(B) 51.11º 0.45% 0.95% -
XYZ 67.43 74.24 32.97 -
YUV 219.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 241 225 133 0 0.07 0.45 0.05 51.11 0.79 0.73
Hex F1 E1 85 0 7 2D 5 33 4F 49
Octal 361 341 205 0 7 55 5 63 117 111
Binary 11110001 11100001 10000101 0 111 101101 101 110011 1001111 1001001

Color Harmonies of #F1E185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E185

Black with #F1E185

Text Example


Text Example

White with #F1E185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E185; }

 p { color: rgb(241,225,133); }

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

background-color css

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

 a { background-color: rgb(241,225,133); }

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

border-color css

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

 span { border-color: rgb(241,225,133); }

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