Html Css Color HEX #F2ECAA Pale Goldenrod

📋 copy color: '#F2ECAA'

red 242 ◦ green 236 ◦ blue 170

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

Shades of Pale Goldenrod #F2ECAA

Tints of Pale Goldenrod #F2ECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.42%

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

R = 37.35%
G = 36.42%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2ECAA (or 0xF2ECAA) is known color: Pale Goldenrod. HEX triplet: F2, EC and AA. RGB value is (242,236,170). Sum of RGB (Red+Green+Blue) = 242+236+170=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECAA is #0D1355. Grayscale: #E6E6E6. Windows color (decimal): -856918 or 11201778. OLE color: 11201778.

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

Color convert

RGB 242 236 170 -
CMYK 0 0.02 0.30 0.05
HSL 55º 0.73% 0.81% -
HSV(B) 55º 0.3% 0.95% -
XYZ 73.87 81.77 49.92 -
YUV 230.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 242 236 170 0 0.02 0.30 0.05 55 0.73 0.81
Hex F2 EC AA 0 2 1E 5 37 49 51
Octal 362 354 252 0 2 36 5 67 111 121
Binary 11110010 11101100 10101010 0 10 11110 101 110111 1001001 1010001

Color Harmonies of #F2ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECAA

Black with #F2ECAA

Text Example


Text Example

White with #F2ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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