Html Css Color HEX #F2E9AA Pale Goldenrod

📋 copy color: '#F2E9AA'

red 242 ◦ green 233 ◦ blue 170

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

Shades of Pale Goldenrod #F2E9AA

Tints of Pale Goldenrod #F2E9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.36%

R = 37.52%
G = 36.12%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2E9AA (or 0xF2E9AA) is known color: Pale Goldenrod. HEX triplet: F2, E9 and AA. RGB value is (242,233,170). Sum of RGB (Red+Green+Blue) = 242+233+170=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E9AA is #0D1655. Grayscale: #E4E4E4. Windows color (decimal): -857686 or 11201010. OLE color: 11201010.

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

Color convert

RGB 242 233 170 -
CMYK 0 0.04 0.30 0.05
HSL 52.5º 0.73% 0.81% -
HSV(B) 52.5º 0.3% 0.95% -
XYZ 73.01 80.06 49.63 -
YUV 228.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 242 233 170 0 0.04 0.30 0.05 52.5 0.73 0.81
Hex F2 E9 AA 0 4 1E 5 34 49 51
Octal 362 351 252 0 4 36 5 64 111 121
Binary 11110010 11101001 10101010 0 100 11110 101 110100 1001001 1010001

Color Harmonies of #F2E9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9AA

Black with #F2E9AA

Text Example


Text Example

White with #F2E9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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