Html Css Color HEX #F1EBA2 Pale Goldenrod

📋 copy color: '#F1EBA2'

red 241 ◦ green 235 ◦ blue 162

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

Shades of Pale Goldenrod #F1EBA2

Tints of Pale Goldenrod #F1EBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.83%

 BLUE value IS 162 (63.67% from 255) = 25.39%

R = 37.77%
G = 36.83%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F1EBA2 (or 0xF1EBA2) is known color: Pale Goldenrod. HEX triplet: F1, EB and A2. RGB value is (241,235,162). Sum of RGB (Red+Green+Blue) = 241+235+162=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EBA2 is #0E145D. Grayscale: #E4E4E4. Windows color (decimal): -922718 or 10677233. OLE color: 10677233.

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

Color convert

RGB 241 235 162 -
CMYK 0 0.02 0.33 0.05
HSL 55.44º 0.74% 0.79% -
HSV(B) 55.44º 0.33% 0.95% -
XYZ 72.51 80.73 45.94 -
YUV 228.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 241 235 162 0 0.02 0.33 0.05 55.44 0.74 0.79
Hex F1 EB A2 0 2 21 5 37 4A 4F
Octal 361 353 242 0 2 41 5 67 112 117
Binary 11110001 11101011 10100010 0 10 100001 101 110111 1001010 1001111

Color Harmonies of #F1EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EBA2

Black with #F1EBA2

Text Example


Text Example

White with #F1EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EBA2; }

 p { color: rgb(241,235,162); }

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

background-color css

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

 a { background-color: rgb(241,235,162); }

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

border-color css

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

 span { border-color: rgb(241,235,162); }

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