Html Css Color HEX #EDC066 Harvest Gold

📋 copy color: '#EDC066'

red 237 ◦ green 192 ◦ blue 102

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

Shades of Harvest Gold #EDC066

Tints of Harvest Gold #EDC066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.21%

R = 44.63%
G = 36.16%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC066 (or 0xEDC066) is known color: Harvest Gold. HEX triplet: ED, C0 and 66. RGB value is (237,192,102). Sum of RGB (Red+Green+Blue) = 237+192+102=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC066 is #123F99. Grayscale: #C3C3C3. Windows color (decimal): -1195930 or 6734061. OLE color: 6734061.

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

Color convert

RGB 237 192 102 -
CMYK 0 0.19 0.57 0.07
HSL 40º 0.79% 0.66% -
HSV(B) 40º 0.57% 0.93% -
XYZ 56.17 56.66 20.55 -
YUV 195.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 237 192 102 0 0.19 0.57 0.07 40 0.79 0.66
Hex ED C0 66 0 13 39 7 28 4F 42
Octal 355 300 146 0 23 71 7 50 117 102
Binary 11101101 11000000 1100110 0 10011 111001 111 101000 1001111 1000010

Color Harmonies of #EDC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC066

Black with #EDC066

Text Example


Text Example

White with #EDC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC066; }

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

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

background-color css

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

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

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

border-color css

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

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

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