Html Css Color HEX #EFEDB6 Medium Goldenrod

📋 copy color: '#EFEDB6'

red 239 ◦ green 237 ◦ blue 182

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

Shades of Medium Goldenrod #EFEDB6

Tints of Medium Goldenrod #EFEDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.66%

R = 36.32%
G = 36.02%
B = 27.66%

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

#EFEDB6 (or 0xEFEDB6) is known color: Medium Goldenrod. HEX triplet: EF, ED and B6. RGB value is (239,237,182). Sum of RGB (Red+Green+Blue) = 239+237+182=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 182 (71.48% from 255 or 27.66% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB6 is #101249. Grayscale: #E7E7E7. Windows color (decimal): -1053258 or 11988463. OLE color: 11988463.

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

Color convert

RGB 239 237 182 -
CMYK 0 0.01 0.24 0.06
HSL 57.89º 0.64% 0.83% -
HSV(B) 57.89º 0.24% 0.94% -
XYZ 74.32 82.3 56.22 -
YUV 231.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 239 237 182 0 0.01 0.24 0.06 57.89 0.64 0.83
Hex EF ED B6 0 1 18 6 3A 40 53
Octal 357 355 266 0 1 30 6 72 100 123
Binary 11101111 11101101 10110110 0 1 11000 110 111010 1000000 1010011

Color Harmonies of #EFEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDB6

Black with #EFEDB6

Text Example


Text Example

White with #EFEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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