Html Css Color HEX #EFEDAE Medium Goldenrod

📋 copy color: '#EFEDAE'

red 239 ◦ green 237 ◦ blue 174

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

Shades of Medium Goldenrod #EFEDAE

Tints of Medium Goldenrod #EFEDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.77%

R = 36.77%
G = 36.46%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFEDAE (or 0xEFEDAE) is known color: Medium Goldenrod. HEX triplet: EF, ED and AE. RGB value is (239,237,174). Sum of RGB (Red+Green+Blue) = 239+237+174=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDAE is #101251. Grayscale: #E6E6E6. Windows color (decimal): -1053266 or 11464175. OLE color: 11464175.

HSL color Cylindrical-coordinate representation of color #EFEDAE: hue angle of 58.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFEDAE is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 174 -
CMYK 0 0.01 0.27 0.06
HSL 58.15º 0.67% 0.81% -
HSV(B) 58.15º 0.27% 0.94% -
XYZ 73.52 81.98 51.99 -
YUV 230.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 239 237 174 0 0.01 0.27 0.06 58.15 0.67 0.81
Hex EF ED AE 0 1 1B 6 3A 43 51
Octal 357 355 256 0 1 33 6 72 103 121
Binary 11101111 11101101 10101110 0 1 11011 110 111010 1000011 1010001

Color Harmonies of #EFEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDAE

Black with #EFEDAE

Text Example


Text Example

White with #EFEDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDAE; }

 p { color: rgb(239,237,174); }

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

background-color css

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

 a { background-color: rgb(239,237,174); }

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

border-color css

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

 span { border-color: rgb(239,237,174); }

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