Html Css Color HEX #EDC271 Harvest Gold

📋 copy color: '#EDC271'

red 237 ◦ green 194 ◦ blue 113

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

Shades of Harvest Gold #EDC271

Tints of Harvest Gold #EDC271

RGB

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

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

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

R = 43.57%
G = 35.66%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDC271 (or 0xEDC271) is known color: Harvest Gold. HEX triplet: ED, C2 and 71. RGB value is (237,194,113). Sum of RGB (Red+Green+Blue) = 237+194+113=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC271 is #123D8E. Grayscale: #C5C5C5. Windows color (decimal): -1195407 or 7455469. OLE color: 7455469.

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

Color convert

RGB 237 194 113 -
CMYK 0 0.18 0.52 0.07
HSL 39.19º 0.78% 0.69% -
HSV(B) 39.19º 0.52% 0.93% -
XYZ 57.2 57.78 23.76 -
YUV 197.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 237 194 113 0 0.18 0.52 0.07 39.19 0.78 0.69
Hex ED C2 71 0 12 34 7 27 4E 45
Octal 355 302 161 0 22 64 7 47 116 105
Binary 11101101 11000010 1110001 0 10010 110100 111 100111 1001110 1000101

Color Harmonies of #EDC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC271

Black with #EDC271

Text Example


Text Example

White with #EDC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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