Html Css Color HEX #EDC265 Harvest Gold

📋 copy color: '#EDC265'

red 237 ◦ green 194 ◦ blue 101

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

Shades of Harvest Gold #EDC265

Tints of Harvest Gold #EDC265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.47%

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

R = 44.55%
G = 36.47%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC265 (or 0xEDC265) is known color: Harvest Gold. HEX triplet: ED, C2 and 65. RGB value is (237,194,101). Sum of RGB (Red+Green+Blue) = 237+194+101=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC265 is #123D9A. Grayscale: #C4C4C4. Windows color (decimal): -1195419 or 6669037. OLE color: 6669037.

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

Color convert

RGB 237 194 101 -
CMYK 0 0.18 0.57 0.07
HSL 41.03º 0.79% 0.66% -
HSV(B) 41.03º 0.57% 0.93% -
XYZ 56.57 57.53 20.43 -
YUV 196.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 237 194 101 0 0.18 0.57 0.07 41.03 0.79 0.66
Hex ED C2 65 0 12 39 7 29 4F 42
Octal 355 302 145 0 22 71 7 51 117 102
Binary 11101101 11000010 1100101 0 10010 111001 111 101001 1001111 1000010

Color Harmonies of #EDC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC265

Black with #EDC265

Text Example


Text Example

White with #EDC265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC265; }

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

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

background-color css

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

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

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

border-color css

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

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

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