Html Css Color HEX #EDC16D Harvest Gold

📋 copy color: '#EDC16D'

red 237 ◦ green 193 ◦ blue 109

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

Shades of Harvest Gold #EDC16D

Tints of Harvest Gold #EDC16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.22%

R = 43.97%
G = 35.81%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDC16D (or 0xEDC16D) is known color: Harvest Gold. HEX triplet: ED, C1 and 6D. RGB value is (237,193,109). Sum of RGB (Red+Green+Blue) = 237+193+109=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC16D is #123E92. Grayscale: #C4C4C4. Windows color (decimal): -1195667 or 7193069. OLE color: 7193069.

HSL color Cylindrical-coordinate representation of color #EDC16D: hue angle of 39.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDC16D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 109 -
CMYK 0 0.19 0.54 0.07
HSL 39.38º 0.78% 0.68% -
HSV(B) 39.38º 0.54% 0.93% -
XYZ 56.76 57.25 22.53 -
YUV 196.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 237 193 109 0 0.19 0.54 0.07 39.38 0.78 0.68
Hex ED C1 6D 0 13 36 7 27 4E 44
Octal 355 301 155 0 23 66 7 47 116 104
Binary 11101101 11000001 1101101 0 10011 110110 111 100111 1001110 1000100

Color Harmonies of #EDC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC16D

Black with #EDC16D

Text Example


Text Example

White with #EDC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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