Html Css Color HEX #F2EDA5 Pale Goldenrod

📋 copy color: '#F2EDA5'

red 242 ◦ green 237 ◦ blue 165

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

Shades of Pale Goldenrod #F2EDA5

Tints of Pale Goldenrod #F2EDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.62%

R = 37.58%
G = 36.8%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F2EDA5 (or 0xF2EDA5) is known color: Pale Goldenrod. HEX triplet: F2, ED and A5. RGB value is (242,237,165). Sum of RGB (Red+Green+Blue) = 242+237+165=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 165 (64.84% from 255 or 25.62% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDA5 is #0D125A. Grayscale: #E6E6E6. Windows color (decimal): -856667 or 10874354. OLE color: 10874354.

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

Color convert

RGB 242 237 165 -
CMYK 0 0.02 0.32 0.05
HSL 56.1º 0.75% 0.8% -
HSV(B) 56.1º 0.32% 0.95% -
XYZ 73.69 82.16 47.57 -
YUV 230.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 242 237 165 0 0.02 0.32 0.05 56.1 0.75 0.8
Hex F2 ED A5 0 2 20 5 38 4B 50
Octal 362 355 245 0 2 40 5 70 113 120
Binary 11110010 11101101 10100101 0 10 100000 101 111000 1001011 1010000

Color Harmonies of #F2EDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDA5

Black with #F2EDA5

Text Example


Text Example

White with #F2EDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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