Html Css Color HEX #EDE39F Pale Goldenrod

📋 copy color: '#EDE39F'

red 237 ◦ green 227 ◦ blue 159

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

Shades of Pale Goldenrod #EDE39F

Tints of Pale Goldenrod #EDE39F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.44%

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

R = 38.04%
G = 36.44%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDE39F (or 0xEDE39F) is known color: Pale Goldenrod. HEX triplet: ED, E3 and 9F. RGB value is (237,227,159). Sum of RGB (Red+Green+Blue) = 237+227+159=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 159 (62.5% from 255 or 25.52% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE39F is #121C60. Grayscale: #DEDEDE. Windows color (decimal): -1186913 or 10478573. OLE color: 10478573.

HSL color Cylindrical-coordinate representation of color #EDE39F: hue angle of 52.31º 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 #EDE39F is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 159 -
CMYK 0 0.04 0.33 0.07
HSL 52.31º 0.68% 0.78% -
HSV(B) 52.31º 0.33% 0.93% -
XYZ 68.65 75.45 43.75 -
YUV 222.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 237 227 159 0 0.04 0.33 0.07 52.31 0.68 0.78
Hex ED E3 9F 0 4 21 7 34 44 4E
Octal 355 343 237 0 4 41 7 64 104 116
Binary 11101101 11100011 10011111 0 100 100001 111 110100 1000100 1001110

Color Harmonies of #EDE39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE39F

Black with #EDE39F

Text Example


Text Example

White with #EDE39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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