Html Css Color HEX #EDB863 Harvest Gold

📋 copy color: '#EDB863'

red 237 ◦ green 184 ◦ blue 99

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

Shades of Harvest Gold #EDB863

Tints of Harvest Gold #EDB863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.38%

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

R = 45.58%
G = 35.38%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDB863 (or 0xEDB863) is known color: Harvest Gold. HEX triplet: ED, B8 and 63. RGB value is (237,184,99). Sum of RGB (Red+Green+Blue) = 237+184+99=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB863 is #12479C. Grayscale: #BEBEBE. Windows color (decimal): -1197981 or 6535405. OLE color: 6535405.

HSL color Cylindrical-coordinate representation of color #EDB863: hue angle of 36.96º 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 #EDB863 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 99 -
CMYK 0 0.22 0.58 0.07
HSL 36.96º 0.79% 0.66% -
HSV(B) 36.96º 0.58% 0.93% -
XYZ 54.32 53.19 19.21 -
YUV 190.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 237 184 99 0 0.22 0.58 0.07 36.96 0.79 0.66
Hex ED B8 63 0 16 3A 7 25 4F 42
Octal 355 270 143 0 26 72 7 45 117 102
Binary 11101101 10111000 1100011 0 10110 111010 111 100101 1001111 1000010

Color Harmonies of #EDB863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB863

Black with #EDB863

Text Example


Text Example

White with #EDB863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB863; }

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

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

background-color css

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

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

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

border-color css

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

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

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