Html Css Color HEX #EDC16C Harvest Gold

📋 copy color: '#EDC16C'

red 237 ◦ green 193 ◦ blue 108

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

Shades of Harvest Gold #EDC16C

Tints of Harvest Gold #EDC16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 44.05%
G = 35.87%
B = 20.07%

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

#EDC16C (or 0xEDC16C) is known color: Harvest Gold. HEX triplet: ED, C1 and 6C. RGB value is (237,193,108). Sum of RGB (Red+Green+Blue) = 237+193+108=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC16C is #123E93. Grayscale: #C4C4C4. Windows color (decimal): -1195668 or 7127533. OLE color: 7127533.

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

Color convert

RGB 237 193 108 -
CMYK 0 0.19 0.54 0.07
HSL 39.53º 0.78% 0.68% -
HSV(B) 39.53º 0.54% 0.93% -
XYZ 56.7 57.23 22.24 -
YUV 196.47 78.08 156.91 -
System Red Green Blue C M Y K H S L
Decimal 237 193 108 0 0.19 0.54 0.07 39.53 0.78 0.68
Hex ED C1 6C 0 13 36 7 28 4E 44
Octal 355 301 154 0 23 66 7 50 116 104
Binary 11101101 11000001 1101100 0 10011 110110 111 101000 1001110 1000100

Color Harmonies of #EDC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC16C

Black with #EDC16C

Text Example


Text Example

White with #EDC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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