Html Css Color HEX #EDC270 Harvest Gold

📋 copy color: '#EDC270'

red 237 ◦ green 194 ◦ blue 112

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

Shades of Harvest Gold #EDC270

Tints of Harvest Gold #EDC270

RGB

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

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

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

R = 43.65%
G = 35.73%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDC270 (or 0xEDC270) is known color: Harvest Gold. HEX triplet: ED, C2 and 70. RGB value is (237,194,112). Sum of RGB (Red+Green+Blue) = 237+194+112=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC270 is #123D8F. Grayscale: #C5C5C5. Windows color (decimal): -1195408 or 7389933. OLE color: 7389933.

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

Color convert

RGB 237 194 112 -
CMYK 0 0.18 0.53 0.07
HSL 39.36º 0.78% 0.68% -
HSV(B) 39.36º 0.53% 0.93% -
XYZ 57.14 57.76 23.47 -
YUV 197.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 237 194 112 0 0.18 0.53 0.07 39.36 0.78 0.68
Hex ED C2 70 0 12 35 7 27 4E 44
Octal 355 302 160 0 22 65 7 47 116 104
Binary 11101101 11000010 1110000 0 10010 110101 111 100111 1001110 1000100

Color Harmonies of #EDC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC270

Black with #EDC270

Text Example


Text Example

White with #EDC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC270; }

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

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

background-color css

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

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

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

border-color css

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

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

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