Html Css Color HEX #EDC072 Harvest Gold

📋 copy color: '#EDC072'

red 237 ◦ green 192 ◦ blue 114

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

Shades of Harvest Gold #EDC072

Tints of Harvest Gold #EDC072

RGB

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

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

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

R = 43.65%
G = 35.36%
B = 20.99%

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

#EDC072 (or 0xEDC072) is known color: Harvest Gold. HEX triplet: ED, C0 and 72. RGB value is (237,192,114). Sum of RGB (Red+Green+Blue) = 237+192+114=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC072 is #123F8D. Grayscale: #C4C4C4. Windows color (decimal): -1195918 or 7520493. OLE color: 7520493.

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

Color convert

RGB 237 192 114 -
CMYK 0 0.19 0.52 0.07
HSL 38.05º 0.77% 0.69% -
HSV(B) 38.05º 0.52% 0.93% -
XYZ 56.81 56.92 23.91 -
YUV 196.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 237 192 114 0 0.19 0.52 0.07 38.05 0.77 0.69
Hex ED C0 72 0 13 34 7 26 4D 45
Octal 355 300 162 0 23 64 7 46 115 105
Binary 11101101 11000000 1110010 0 10011 110100 111 100110 1001101 1000101

Color Harmonies of #EDC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC072

Black with #EDC072

Text Example


Text Example

White with #EDC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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