Html Css Color HEX #EDC272 Harvest Gold

📋 copy color: '#EDC272'

red 237 ◦ green 194 ◦ blue 114

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

Shades of Harvest Gold #EDC272

Tints of Harvest Gold #EDC272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.92%

R = 43.49%
G = 35.6%
B = 20.92%

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

#EDC272 (or 0xEDC272) is known color: Harvest Gold. HEX triplet: ED, C2 and 72. RGB value is (237,194,114). Sum of RGB (Red+Green+Blue) = 237+194+114=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC272 is #123D8D. Grayscale: #C6C6C6. Windows color (decimal): -1195406 or 7521005. OLE color: 7521005.

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

Color convert

RGB 237 194 114 -
CMYK 0 0.18 0.52 0.07
HSL 39.02º 0.77% 0.69% -
HSV(B) 39.02º 0.52% 0.93% -
XYZ 57.25 57.8 24.06 -
YUV 197.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 237 194 114 0 0.18 0.52 0.07 39.02 0.77 0.69
Hex ED C2 72 0 12 34 7 27 4D 45
Octal 355 302 162 0 22 64 7 47 115 105
Binary 11101101 11000010 1110010 0 10010 110100 111 100111 1001101 1000101

Color Harmonies of #EDC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC272

Black with #EDC272

Text Example


Text Example

White with #EDC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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