Html Css Color HEX #EDC062 Harvest Gold

📋 copy color: '#EDC062'

red 237 ◦ green 192 ◦ blue 98

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

Shades of Harvest Gold #EDC062

Tints of Harvest Gold #EDC062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.43%

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

R = 44.97%
G = 36.43%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC062 (or 0xEDC062) is known color: Harvest Gold. HEX triplet: ED, C0 and 62. RGB value is (237,192,98). Sum of RGB (Red+Green+Blue) = 237+192+98=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC062 is #123F9D. Grayscale: #C3C3C3. Windows color (decimal): -1195934 or 6471917. OLE color: 6471917.

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

Color convert

RGB 237 192 98 -
CMYK 0 0.19 0.59 0.07
HSL 40.58º 0.79% 0.66% -
HSV(B) 40.58º 0.59% 0.93% -
XYZ 55.98 56.59 19.53 -
YUV 194.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 237 192 98 0 0.19 0.59 0.07 40.58 0.79 0.66
Hex ED C0 62 0 13 3B 7 29 4F 42
Octal 355 300 142 0 23 73 7 51 117 102
Binary 11101101 11000000 1100010 0 10011 111011 111 101001 1001111 1000010

Color Harmonies of #EDC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC062

Black with #EDC062

Text Example


Text Example

White with #EDC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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