Html Css Color HEX #EDB562 Harvest Gold

📋 copy color: '#EDB562'

red 237 ◦ green 181 ◦ blue 98

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

Shades of Harvest Gold #EDB562

Tints of Harvest Gold #EDB562

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.08%

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

R = 45.93%
G = 35.08%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB562 (or 0xEDB562) is known color: Harvest Gold. HEX triplet: ED, B5 and 62. RGB value is (237,181,98). Sum of RGB (Red+Green+Blue) = 237+181+98=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB562 is #124A9D. Grayscale: #BCBCBC. Windows color (decimal): -1198750 or 6469101. OLE color: 6469101.

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

Color convert

RGB 237 181 98 -
CMYK 0 0.24 0.59 0.07
HSL 35.83º 0.79% 0.66% -
HSV(B) 35.83º 0.59% 0.93% -
XYZ 53.65 51.93 18.75 -
YUV 188.28 77.05 162.75 -
System Red Green Blue C M Y K H S L
Decimal 237 181 98 0 0.24 0.59 0.07 35.83 0.79 0.66
Hex ED B5 62 0 18 3B 7 24 4F 42
Octal 355 265 142 0 30 73 7 44 117 102
Binary 11101101 10110101 1100010 0 11000 111011 111 100100 1001111 1000010

Color Harmonies of #EDB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB562

Black with #EDB562

Text Example


Text Example

White with #EDB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB562; }

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

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

background-color css

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

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

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

border-color css

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

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

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