Html Css Color HEX #EDC165 Harvest Gold

📋 copy color: '#EDC165'

red 237 ◦ green 193 ◦ blue 101

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

Shades of Harvest Gold #EDC165

Tints of Harvest Gold #EDC165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.02%

R = 44.63%
G = 36.35%
B = 19.02%

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

#EDC165 (or 0xEDC165) is known color: Harvest Gold. HEX triplet: ED, C1 and 65. RGB value is (237,193,101). Sum of RGB (Red+Green+Blue) = 237+193+101=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC165 is #123E9A. Grayscale: #C4C4C4. Windows color (decimal): -1195675 or 6668781. OLE color: 6668781.

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

Color convert

RGB 237 193 101 -
CMYK 0 0.19 0.57 0.07
HSL 40.59º 0.79% 0.66% -
HSV(B) 40.59º 0.57% 0.93% -
XYZ 56.34 57.08 20.36 -
YUV 195.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 237 193 101 0 0.19 0.57 0.07 40.59 0.79 0.66
Hex ED C1 65 0 13 39 7 29 4F 42
Octal 355 301 145 0 23 71 7 51 117 102
Binary 11101101 11000001 1100101 0 10011 111001 111 101001 1001111 1000010

Color Harmonies of #EDC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC165

Black with #EDC165

Text Example


Text Example

White with #EDC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC165; }

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

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

background-color css

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

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

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

border-color css

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

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

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