Html Css Color HEX #EDC262 Harvest Gold

📋 copy color: '#EDC262'

red 237 ◦ green 194 ◦ blue 98

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

Shades of Harvest Gold #EDC262

Tints of Harvest Gold #EDC262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.53%

R = 44.8%
G = 36.67%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC262 (or 0xEDC262) is known color: Harvest Gold. HEX triplet: ED, C2 and 62. RGB value is (237,194,98). Sum of RGB (Red+Green+Blue) = 237+194+98=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC262 is #123D9D. Grayscale: #C4C4C4. Windows color (decimal): -1195422 or 6472429. OLE color: 6472429.

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

Color convert

RGB 237 194 98 -
CMYK 0 0.18 0.59 0.07
HSL 41.44º 0.79% 0.66% -
HSV(B) 41.44º 0.59% 0.93% -
XYZ 56.42 57.47 19.67 -
YUV 195.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 237 194 98 0 0.18 0.59 0.07 41.44 0.79 0.66
Hex ED C2 62 0 12 3B 7 29 4F 42
Octal 355 302 142 0 22 73 7 51 117 102
Binary 11101101 11000010 1100010 0 10010 111011 111 101001 1001111 1000010

Color Harmonies of #EDC262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC262

Black with #EDC262

Text Example


Text Example

White with #EDC262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC262; }

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

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

background-color css

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

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

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

border-color css

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

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

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