Html Css Color HEX #EDB662 Harvest Gold

📋 copy color: '#EDB662'

red 237 ◦ green 182 ◦ blue 98

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

Shades of Harvest Gold #EDB662

Tints of Harvest Gold #EDB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.2%

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

R = 45.84%
G = 35.2%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB662 (or 0xEDB662) is known color: Harvest Gold. HEX triplet: ED, B6 and 62. RGB value is (237,182,98). Sum of RGB (Red+Green+Blue) = 237+182+98=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB662 is #12499D. Grayscale: #BDBDBD. Windows color (decimal): -1198494 or 6469357. OLE color: 6469357.

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

Color convert

RGB 237 182 98 -
CMYK 0 0.23 0.59 0.07
HSL 36.26º 0.79% 0.66% -
HSV(B) 36.26º 0.59% 0.93% -
XYZ 53.86 52.34 18.82 -
YUV 188.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 237 182 98 0 0.23 0.59 0.07 36.26 0.79 0.66
Hex ED B6 62 0 17 3B 7 24 4F 42
Octal 355 266 142 0 27 73 7 44 117 102
Binary 11101101 10110110 1100010 0 10111 111011 111 100100 1001111 1000010

Color Harmonies of #EDB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB662

Black with #EDB662

Text Example


Text Example

White with #EDB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB662; }

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

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

background-color css

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

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

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

border-color css

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

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

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