Html Css Color HEX #EDB862 Harvest Gold

📋 copy color: '#EDB862'

red 237 ◦ green 184 ◦ blue 98

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

Shades of Harvest Gold #EDB862

Tints of Harvest Gold #EDB862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.88%

R = 45.66%
G = 35.45%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB862 (or 0xEDB862) is known color: Harvest Gold. HEX triplet: ED, B8 and 62. RGB value is (237,184,98). Sum of RGB (Red+Green+Blue) = 237+184+98=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB862 is #12479D. Grayscale: #BEBEBE. Windows color (decimal): -1197982 or 6469869. OLE color: 6469869.

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

Color convert

RGB 237 184 98 -
CMYK 0 0.22 0.59 0.07
HSL 37.12º 0.79% 0.66% -
HSV(B) 37.12º 0.59% 0.93% -
XYZ 54.27 53.17 18.96 -
YUV 190.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 237 184 98 0 0.22 0.59 0.07 37.12 0.79 0.66
Hex ED B8 62 0 16 3B 7 25 4F 42
Octal 355 270 142 0 26 73 7 45 117 102
Binary 11101101 10111000 1100010 0 10110 111011 111 100101 1001111 1000010

Color Harmonies of #EDB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB862

Black with #EDB862

Text Example


Text Example

White with #EDB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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