Html Css Color HEX #EDEFB3 Medium Goldenrod

📋 copy color: '#EDEFB3'

red 237 ◦ green 239 ◦ blue 179

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

Shades of Medium Goldenrod #EDEFB3

Tints of Medium Goldenrod #EDEFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.33%

R = 36.18%
G = 36.49%
B = 27.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EDEFB3 (or 0xEDEFB3) is known color: Medium Goldenrod. HEX triplet: ED, EF and B3. RGB value is (237,239,179). Sum of RGB (Red+Green+Blue) = 237+239+179=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFB3 is #12104C. Grayscale: #E7E7E7. Windows color (decimal): -1183821 or 11792365. OLE color: 11792365.

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

Color convert

RGB 237 239 179 -
CMYK 0.01 0 0.25 0.06
HSL 62º 0.65% 0.82% -
HSV(B) 62º 0.25% 0.94% -
XYZ 73.93 82.99 54.77 -
YUV 231.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 237 239 179 0.01 0 0.25 0.06 62 0.65 0.82
Hex ED EF B3 1 0 19 6 3E 41 52
Octal 355 357 263 1 0 31 6 76 101 122
Binary 11101101 11101111 10110011 1 0 11001 110 111110 1000001 1010010

Color Harmonies of #EDEFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFB3

Black with #EDEFB3

Text Example


Text Example

White with #EDEFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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