Html Css Color HEX #EFEDB5 Medium Goldenrod

📋 copy color: '#EFEDB5'

red 239 ◦ green 237 ◦ blue 181

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

Shades of Medium Goldenrod #EFEDB5

Tints of Medium Goldenrod #EFEDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.55%

R = 36.38%
G = 36.07%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFEDB5 (or 0xEFEDB5) is known color: Medium Goldenrod. HEX triplet: EF, ED and B5. RGB value is (239,237,181). Sum of RGB (Red+Green+Blue) = 239+237+181=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB5 is #10124A. Grayscale: #E7E7E7. Windows color (decimal): -1053259 or 11922927. OLE color: 11922927.

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

Color convert

RGB 239 237 181 -
CMYK 0 0.01 0.24 0.06
HSL 57.93º 0.64% 0.82% -
HSV(B) 57.93º 0.24% 0.94% -
XYZ 74.22 82.26 55.68 -
YUV 231.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 239 237 181 0 0.01 0.24 0.06 57.93 0.64 0.82
Hex EF ED B5 0 1 18 6 3A 40 52
Octal 357 355 265 0 1 30 6 72 100 122
Binary 11101111 11101101 10110101 0 1 11000 110 111010 1000000 1010010

Color Harmonies of #EFEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDB5

Black with #EFEDB5

Text Example


Text Example

White with #EFEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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