Html Css Color HEX #EDB460 Harvest Gold

📋 copy color: '#EDB460'

red 237 ◦ green 180 ◦ blue 96

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

Shades of Harvest Gold #EDB460

Tints of Harvest Gold #EDB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

 BLUE value IS 96 (37.89% from 255) = 18.71%

R = 46.2%
G = 35.09%
B = 18.71%

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

#EDB460 (or 0xEDB460) is known color: Harvest Gold. HEX triplet: ED, B4 and 60. RGB value is (237,180,96). Sum of RGB (Red+Green+Blue) = 237+180+96=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB460 is #124B9F. Grayscale: #BBBBBB. Windows color (decimal): -1199008 or 6337773. OLE color: 6337773.

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

Color convert

RGB 237 180 96 -
CMYK 0 0.24 0.59 0.07
HSL 35.74º 0.8% 0.65% -
HSV(B) 35.74º 0.59% 0.93% -
XYZ 53.36 51.49 18.19 -
YUV 187.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 237 180 96 0 0.24 0.59 0.07 35.74 0.8 0.65
Hex ED B4 60 0 18 3B 7 24 50 41
Octal 355 264 140 0 30 73 7 44 120 101
Binary 11101101 10110100 1100000 0 11000 111011 111 100100 1010000 1000001

Color Harmonies of #EDB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB460

Black with #EDB460

Text Example


Text Example

White with #EDB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB460; }

 p { color: rgb(237,180,96); }

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

background-color css

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

 a { background-color: rgb(237,180,96); }

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

border-color css

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

 span { border-color: rgb(237,180,96); }

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