Html Css Color HEX #F2E9A7 Pale Goldenrod

📋 copy color: '#F2E9A7'

red 242 ◦ green 233 ◦ blue 167

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

Shades of Pale Goldenrod #F2E9A7

Tints of Pale Goldenrod #F2E9A7

RGB

 RED value IS 242 (94.92% from 255) = 37.69%

 GREEN value IS 233 (91.41% from 255) = 36.29%

 BLUE value IS 167 (65.63% from 255) = 26.01%

R = 37.69%
G = 36.29%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F2E9A7 (or 0xF2E9A7) is known color: Pale Goldenrod. HEX triplet: F2, E9 and A7. RGB value is (242,233,167). Sum of RGB (Red+Green+Blue) = 242+233+167=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 167 (65.62% from 255 or 26.01% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E9A7 is #0D1658. Grayscale: #E4E4E4. Windows color (decimal): -857689 or 11004402. OLE color: 11004402.

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

Color convert

RGB 242 233 167 -
CMYK 0 0.04 0.31 0.05
HSL 52.8º 0.74% 0.8% -
HSV(B) 52.8º 0.31% 0.95% -
XYZ 72.73 79.95 48.16 -
YUV 228.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 242 233 167 0 0.04 0.31 0.05 52.8 0.74 0.8
Hex F2 E9 A7 0 4 1F 5 35 4A 50
Octal 362 351 247 0 4 37 5 65 112 120
Binary 11110010 11101001 10100111 0 100 11111 101 110101 1001010 1010000

Color Harmonies of #F2E9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9A7

Black with #F2E9A7

Text Example


Text Example

White with #F2E9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9A7; }

 p { color: rgb(242,233,167); }

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

background-color css

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

 a { background-color: rgb(242,233,167); }

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

border-color css

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

 span { border-color: rgb(242,233,167); }

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