Html Css Color HEX #EDC163 Harvest Gold

📋 copy color: '#EDC163'

red 237 ◦ green 193 ◦ blue 99

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

Shades of Harvest Gold #EDC163

Tints of Harvest Gold #EDC163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.48%

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

R = 44.8%
G = 36.48%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDC163 (or 0xEDC163) is known color: Harvest Gold. HEX triplet: ED, C1 and 63. RGB value is (237,193,99). Sum of RGB (Red+Green+Blue) = 237+193+99=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC163 is #123E9C. Grayscale: #C3C3C3. Windows color (decimal): -1195677 or 6537709. OLE color: 6537709.

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

Color convert

RGB 237 193 99 -
CMYK 0 0.19 0.58 0.07
HSL 40.87º 0.79% 0.66% -
HSV(B) 40.87º 0.58% 0.93% -
XYZ 56.25 57.05 19.85 -
YUV 195.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 237 193 99 0 0.19 0.58 0.07 40.87 0.79 0.66
Hex ED C1 63 0 13 3A 7 29 4F 42
Octal 355 301 143 0 23 72 7 51 117 102
Binary 11101101 11000001 1100011 0 10011 111010 111 101001 1001111 1000010

Color Harmonies of #EDC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC163

Black with #EDC163

Text Example


Text Example

White with #EDC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC163; }

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

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

background-color css

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

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

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

border-color css

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

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

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