Html Css Color HEX #EFE59F Pale Goldenrod

📋 copy color: '#EFE59F'

red 239 ◦ green 229 ◦ blue 159

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

Shades of Pale Goldenrod #EFE59F

Tints of Pale Goldenrod #EFE59F

RGB

 RED value IS 239 (93.75% from 255) = 38.12%

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

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

R = 38.12%
G = 36.52%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFE59F (or 0xEFE59F) is known color: Pale Goldenrod. HEX triplet: EF, E5 and 9F. RGB value is (239,229,159). Sum of RGB (Red+Green+Blue) = 239+229+159=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE59F is #101A60. Grayscale: #E0E0E0. Windows color (decimal): -1055329 or 10479087. OLE color: 10479087.

HSL color Cylindrical-coordinate representation of color #EFE59F: hue angle of 52.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFE59F is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 159 -
CMYK 0 0.04 0.33 0.06
HSL 52.5º 0.71% 0.78% -
HSV(B) 52.5º 0.33% 0.94% -
XYZ 69.87 76.89 43.96 -
YUV 224.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 239 229 159 0 0.04 0.33 0.06 52.5 0.71 0.78
Hex EF E5 9F 0 4 21 6 34 47 4E
Octal 357 345 237 0 4 41 6 64 107 116
Binary 11101111 11100101 10011111 0 100 100001 110 110100 1000111 1001110

Color Harmonies of #EFE59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE59F

Black with #EFE59F

Text Example


Text Example

White with #EFE59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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