Html Css Color HEX #EDE59F Pale Goldenrod

📋 copy color: '#EDE59F'

red 237 ◦ green 229 ◦ blue 159

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

Shades of Pale Goldenrod #EDE59F

Tints of Pale Goldenrod #EDE59F

RGB

 RED value IS 237 (92.97% from 255) = 37.92%

 GREEN value IS 229 (89.84% from 255) = 36.64%

 BLUE value IS 159 (62.5% from 255) = 25.44%

R = 37.92%
G = 36.64%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDE59F (or 0xEDE59F) is known color: Pale Goldenrod. HEX triplet: ED, E5 and 9F. RGB value is (237,229,159). Sum of RGB (Red+Green+Blue) = 237+229+159=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE59F is #121A60. Grayscale: #DFDFDF. Windows color (decimal): -1186401 or 10479085. OLE color: 10479085.

HSL color Cylindrical-coordinate representation of color #EDE59F: hue angle of 53.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDE59F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 159 -
CMYK 0 0.03 0.33 0.07
HSL 53.85º 0.68% 0.78% -
HSV(B) 53.85º 0.33% 0.93% -
XYZ 69.2 76.55 43.93 -
YUV 223.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 237 229 159 0 0.03 0.33 0.07 53.85 0.68 0.78
Hex ED E5 9F 0 3 21 7 36 44 4E
Octal 355 345 237 0 3 41 7 66 104 116
Binary 11101101 11100101 10011111 0 11 100001 111 110110 1000100 1001110

Color Harmonies of #EDE59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE59F

Black with #EDE59F

Text Example


Text Example

White with #EDE59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE59F; }

 p { color: rgb(237,229,159); }

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

background-color css

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

 a { background-color: rgb(237,229,159); }

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

border-color css

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

 span { border-color: rgb(237,229,159); }

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