Html Css Color HEX #EDC070 Harvest Gold

📋 copy color: '#EDC070'

red 237 ◦ green 192 ◦ blue 112

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

Shades of Harvest Gold #EDC070

Tints of Harvest Gold #EDC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 43.81%
G = 35.49%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDC070 (or 0xEDC070) is known color: Harvest Gold. HEX triplet: ED, C0 and 70. RGB value is (237,192,112). Sum of RGB (Red+Green+Blue) = 237+192+112=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC070 is #123F8F. Grayscale: #C4C4C4. Windows color (decimal): -1195920 or 7389421. OLE color: 7389421.

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

Color convert

RGB 237 192 112 -
CMYK 0 0.19 0.53 0.07
HSL 38.4º 0.78% 0.68% -
HSV(B) 38.4º 0.53% 0.93% -
XYZ 56.7 56.87 23.32 -
YUV 196.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 237 192 112 0 0.19 0.53 0.07 38.4 0.78 0.68
Hex ED C0 70 0 13 35 7 26 4E 44
Octal 355 300 160 0 23 65 7 46 116 104
Binary 11101101 11000000 1110000 0 10011 110101 111 100110 1001110 1000100

Color Harmonies of #EDC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC070

Black with #EDC070

Text Example


Text Example

White with #EDC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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