Html Css Color HEX #EDC071 Harvest Gold

📋 copy color: '#EDC071'

red 237 ◦ green 192 ◦ blue 113

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

Shades of Harvest Gold #EDC071

Tints of Harvest Gold #EDC071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.85%

R = 43.73%
G = 35.42%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDC071 (or 0xEDC071) is known color: Harvest Gold. HEX triplet: ED, C0 and 71. RGB value is (237,192,113). Sum of RGB (Red+Green+Blue) = 237+192+113=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC071 is #123F8E. Grayscale: #C4C4C4. Windows color (decimal): -1195919 or 7454957. OLE color: 7454957.

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

Color convert

RGB 237 192 113 -
CMYK 0 0.19 0.52 0.07
HSL 38.23º 0.78% 0.69% -
HSV(B) 38.23º 0.52% 0.93% -
XYZ 56.76 56.9 23.61 -
YUV 196.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 237 192 113 0 0.19 0.52 0.07 38.23 0.78 0.69
Hex ED C0 71 0 13 34 7 26 4E 45
Octal 355 300 161 0 23 64 7 46 116 105
Binary 11101101 11000000 1110001 0 10011 110100 111 100110 1001110 1000101

Color Harmonies of #EDC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC071

Black with #EDC071

Text Example


Text Example

White with #EDC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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