Html Css Color HEX #EDB763 Harvest Gold

📋 copy color: '#EDB763'

red 237 ◦ green 183 ◦ blue 99

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

Shades of Harvest Gold #EDB763

Tints of Harvest Gold #EDB763

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 99 (39.06% from 255) = 19.08%

R = 45.66%
G = 35.26%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDB763 (or 0xEDB763) is known color: Harvest Gold. HEX triplet: ED, B7 and 63. RGB value is (237,183,99). Sum of RGB (Red+Green+Blue) = 237+183+99=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB763 is #12489C. Grayscale: #BDBDBD. Windows color (decimal): -1198237 or 6535149. OLE color: 6535149.

HSL color Cylindrical-coordinate representation of color #EDB763: hue angle of 36.52º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDB763 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 99 -
CMYK 0 0.23 0.58 0.07
HSL 36.52º 0.79% 0.66% -
HSV(B) 36.52º 0.58% 0.93% -
XYZ 54.11 52.77 19.14 -
YUV 189.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 237 183 99 0 0.23 0.58 0.07 36.52 0.79 0.66
Hex ED B7 63 0 17 3A 7 25 4F 42
Octal 355 267 143 0 27 72 7 45 117 102
Binary 11101101 10110111 1100011 0 10111 111010 111 100101 1001111 1000010

Color Harmonies of #EDB763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB763

Black with #EDB763

Text Example


Text Example

White with #EDB763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB763; }

 p { color: rgb(237,183,99); }

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

background-color css

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

 a { background-color: rgb(237,183,99); }

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

border-color css

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

 span { border-color: rgb(237,183,99); }

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