Html Css Color HEX #EFEDB8 Medium Goldenrod

📋 copy color: '#EFEDB8'

red 239 ◦ green 237 ◦ blue 184

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

Shades of Medium Goldenrod #EFEDB8

Tints of Medium Goldenrod #EFEDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 27.88%

R = 36.21%
G = 35.91%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFEDB8 (or 0xEFEDB8) is known color: Medium Goldenrod. HEX triplet: EF, ED and B8. RGB value is (239,237,184). Sum of RGB (Red+Green+Blue) = 239+237+184=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 184 (72.27% from 255 or 27.88% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB8 is #101247. Grayscale: #E7E7E7. Windows color (decimal): -1053256 or 12119535. OLE color: 12119535.

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

Color convert

RGB 239 237 184 -
CMYK 0 0.01 0.23 0.06
HSL 57.82º 0.63% 0.83% -
HSV(B) 57.82º 0.23% 0.94% -
XYZ 74.53 82.38 57.32 -
YUV 231.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 239 237 184 0 0.01 0.23 0.06 57.82 0.63 0.83
Hex EF ED B8 0 1 17 6 3A 3F 53
Octal 357 355 270 0 1 27 6 72 77 123
Binary 11101111 11101101 10111000 0 1 10111 110 111010 111111 1010011

Color Harmonies of #EFEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDB8

Black with #EFEDB8

Text Example


Text Example

White with #EFEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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