Html Css Color HEX #F2EDB0 Pale Goldenrod

📋 copy color: '#F2EDB0'

red 242 ◦ green 237 ◦ blue 176

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

Shades of Pale Goldenrod #F2EDB0

Tints of Pale Goldenrod #F2EDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.18%

 BLUE value IS 176 (69.14% from 255) = 26.87%

R = 36.95%
G = 36.18%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2EDB0 (or 0xF2EDB0) is known color: Pale Goldenrod. HEX triplet: F2, ED and B0. RGB value is (242,237,176). Sum of RGB (Red+Green+Blue) = 242+237+176=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDB0 is #0D124F. Grayscale: #E7E7E7. Windows color (decimal): -856656 or 11595250. OLE color: 11595250.

HSL color Cylindrical-coordinate representation of color #F2EDB0: hue angle of 55.45º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2EDB0 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 176 -
CMYK 0 0.02 0.27 0.05
HSL 55.45º 0.72% 0.82% -
HSV(B) 55.45º 0.27% 0.95% -
XYZ 74.74 82.58 53.07 -
YUV 231.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 242 237 176 0 0.02 0.27 0.05 55.45 0.72 0.82
Hex F2 ED B0 0 2 1B 5 37 48 52
Octal 362 355 260 0 2 33 5 67 110 122
Binary 11110010 11101101 10110000 0 10 11011 101 110111 1001000 1010010

Color Harmonies of #F2EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDB0

Black with #F2EDB0

Text Example


Text Example

White with #F2EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDB0; }

 p { color: rgb(242,237,176); }

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

background-color css

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

 a { background-color: rgb(242,237,176); }

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

border-color css

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

 span { border-color: rgb(242,237,176); }

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