Html Css Color HEX #EDB063 Harvest Gold

📋 copy color: '#EDB063'

red 237 ◦ green 176 ◦ blue 99

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

Shades of Harvest Gold #EDB063

Tints of Harvest Gold #EDB063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

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

R = 46.29%
G = 34.38%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDB063 (or 0xEDB063) is known color: Harvest Gold. HEX triplet: ED, B0 and 63. RGB value is (237,176,99). Sum of RGB (Red+Green+Blue) = 237+176+99=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB063 is #124F9C. Grayscale: #B9B9B9. Windows color (decimal): -1200029 or 6533357. OLE color: 6533357.

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

Color convert

RGB 237 176 99 -
CMYK 0 0.26 0.58 0.07
HSL 33.48º 0.79% 0.66% -
HSV(B) 33.48º 0.58% 0.93% -
XYZ 52.7 49.96 18.67 -
YUV 185.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 237 176 99 0 0.26 0.58 0.07 33.48 0.79 0.66
Hex ED B0 63 0 1A 3A 7 21 4F 42
Octal 355 260 143 0 32 72 7 41 117 102
Binary 11101101 10110000 1100011 0 11010 111010 111 100001 1001111 1000010

Color Harmonies of #EDB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB063

Black with #EDB063

Text Example


Text Example

White with #EDB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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