Html Css Color HEX #EDC06C Harvest Gold

📋 copy color: '#EDC06C'

red 237 ◦ green 192 ◦ blue 108

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

Shades of Harvest Gold #EDC06C

Tints of Harvest Gold #EDC06C

RGB

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

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

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

R = 44.13%
G = 35.75%
B = 20.11%

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

#EDC06C (or 0xEDC06C) is known color: Harvest Gold. HEX triplet: ED, C0 and 6C. RGB value is (237,192,108). Sum of RGB (Red+Green+Blue) = 237+192+108=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC06C is #123F93. Grayscale: #C4C4C4. Windows color (decimal): -1195924 or 7127277. OLE color: 7127277.

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

Color convert

RGB 237 192 108 -
CMYK 0 0.19 0.54 0.07
HSL 39.07º 0.78% 0.68% -
HSV(B) 39.07º 0.54% 0.93% -
XYZ 56.48 56.79 22.17 -
YUV 195.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 237 192 108 0 0.19 0.54 0.07 39.07 0.78 0.68
Hex ED C0 6C 0 13 36 7 27 4E 44
Octal 355 300 154 0 23 66 7 47 116 104
Binary 11101101 11000000 1101100 0 10011 110110 111 100111 1001110 1000100

Color Harmonies of #EDC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC06C

Black with #EDC06C

Text Example


Text Example

White with #EDC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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