Html Css Color HEX #F2ECA9 Pale Goldenrod

📋 copy color: '#F2ECA9'

red 242 ◦ green 236 ◦ blue 169

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

Shades of Pale Goldenrod #F2ECA9

Tints of Pale Goldenrod #F2ECA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.12%

R = 37.4%
G = 36.48%
B = 26.12%

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

#F2ECA9 (or 0xF2ECA9) is known color: Pale Goldenrod. HEX triplet: F2, EC and A9. RGB value is (242,236,169). Sum of RGB (Red+Green+Blue) = 242+236+169=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 169 (66.41% from 255 or 26.12% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECA9 is #0D1356. Grayscale: #E6E6E6. Windows color (decimal): -856919 or 11136242. OLE color: 11136242.

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

Color convert

RGB 242 236 169 -
CMYK 0 0.02 0.30 0.05
HSL 55.07º 0.74% 0.81% -
HSV(B) 55.07º 0.3% 0.95% -
XYZ 73.77 81.73 49.42 -
YUV 230.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 242 236 169 0 0.02 0.30 0.05 55.07 0.74 0.81
Hex F2 EC A9 0 2 1E 5 37 4A 51
Octal 362 354 251 0 2 36 5 67 112 121
Binary 11110010 11101100 10101001 0 10 11110 101 110111 1001010 1010001

Color Harmonies of #F2ECA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECA9

Black with #F2ECA9

Text Example


Text Example

White with #F2ECA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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