Html Css Color HEX #F2EBA9 Pale Goldenrod

📋 copy color: '#F2EBA9'

red 242 ◦ green 235 ◦ blue 169

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

Shades of Pale Goldenrod #F2EBA9

Tints of Pale Goldenrod #F2EBA9

RGB

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

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

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

R = 37.46%
G = 36.38%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2EBA9 (or 0xF2EBA9) is known color: Pale Goldenrod. HEX triplet: F2, EB and A9. RGB value is (242,235,169). Sum of RGB (Red+Green+Blue) = 242+235+169=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 169 (66.41% from 255 or 26.16% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBA9 is #0D1456. Grayscale: #E5E5E5. Windows color (decimal): -857175 or 11135986. OLE color: 11135986.

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

Color convert

RGB 242 235 169 -
CMYK 0 0.03 0.30 0.05
HSL 54.25º 0.74% 0.81% -
HSV(B) 54.25º 0.3% 0.95% -
XYZ 73.49 81.16 49.33 -
YUV 229.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 242 235 169 0 0.03 0.30 0.05 54.25 0.74 0.81
Hex F2 EB A9 0 3 1E 5 36 4A 51
Octal 362 353 251 0 3 36 5 66 112 121
Binary 11110010 11101011 10101001 0 11 11110 101 110110 1001010 1010001

Color Harmonies of #F2EBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBA9

Black with #F2EBA9

Text Example


Text Example

White with #F2EBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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