Html Css Color HEX #EDE79F Pale Goldenrod

📋 copy color: '#EDE79F'

red 237 ◦ green 231 ◦ blue 159

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

Shades of Pale Goldenrod #EDE79F

Tints of Pale Goldenrod #EDE79F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.84%

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

R = 37.8%
G = 36.84%
B = 25.36%

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

#EDE79F (or 0xEDE79F) is known color: Pale Goldenrod. HEX triplet: ED, E7 and 9F. RGB value is (237,231,159). Sum of RGB (Red+Green+Blue) = 237+231+159=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE79F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE79F is #121860. Grayscale: #E0E0E0. Windows color (decimal): -1185889 or 10479597. OLE color: 10479597.

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

Color convert

RGB 237 231 159 -
CMYK 0 0.03 0.33 0.07
HSL 55.38º 0.68% 0.78% -
HSV(B) 55.38º 0.33% 0.93% -
XYZ 69.76 77.66 44.11 -
YUV 224.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 237 231 159 0 0.03 0.33 0.07 55.38 0.68 0.78
Hex ED E7 9F 0 3 21 7 37 44 4E
Octal 355 347 237 0 3 41 7 67 104 116
Binary 11101101 11100111 10011111 0 11 100001 111 110111 1000100 1001110

Color Harmonies of #EDE79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE79F

Black with #EDE79F

Text Example


Text Example

White with #EDE79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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