Html Css Color HEX #EDEFAF Medium Goldenrod

📋 copy color: '#EDEFAF'

red 237 ◦ green 239 ◦ blue 175

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

Shades of Medium Goldenrod #EDEFAF

Tints of Medium Goldenrod #EDEFAF

RGB

 RED value IS 237 (92.97% from 255) = 36.41%

 GREEN value IS 239 (93.75% from 255) = 36.71%

 BLUE value IS 175 (68.75% from 255) = 26.88%

R = 36.41%
G = 36.71%
B = 26.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EDEFAF (or 0xEDEFAF) is known color: Medium Goldenrod. HEX triplet: ED, EF and AF. RGB value is (237,239,175). Sum of RGB (Red+Green+Blue) = 237+239+175=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFAF is #121050. Grayscale: #E7E7E7. Windows color (decimal): -1183825 or 11530221. OLE color: 11530221.

HSL color Cylindrical-coordinate representation of color #EDEFAF: hue angle of 61.88º 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 #EDEFAF is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 175 -
CMYK 0.01 0 0.27 0.06
HSL 61.88º 0.67% 0.81% -
HSV(B) 61.88º 0.27% 0.94% -
XYZ 73.53 82.83 52.67 -
YUV 231.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 237 239 175 0.01 0 0.27 0.06 61.88 0.67 0.81
Hex ED EF AF 1 0 1B 6 3E 43 51
Octal 355 357 257 1 0 33 6 76 103 121
Binary 11101101 11101111 10101111 1 0 11011 110 111110 1000011 1010001

Color Harmonies of #EDEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFAF

Black with #EDEFAF

Text Example


Text Example

White with #EDEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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