Html Css Color HEX #EDC372 Harvest Gold

📋 copy color: '#EDC372'

red 237 ◦ green 195 ◦ blue 114

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

Shades of Harvest Gold #EDC372

Tints of Harvest Gold #EDC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.71%

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

R = 43.41%
G = 35.71%
B = 20.88%

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

#EDC372 (or 0xEDC372) is known color: Harvest Gold. HEX triplet: ED, C3 and 72. RGB value is (237,195,114). Sum of RGB (Red+Green+Blue) = 237+195+114=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC372 is #123C8D. Grayscale: #C6C6C6. Windows color (decimal): -1195150 or 7521261. OLE color: 7521261.

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

Color convert

RGB 237 195 114 -
CMYK 0 0.18 0.52 0.07
HSL 39.51º 0.77% 0.69% -
HSV(B) 39.51º 0.52% 0.93% -
XYZ 57.48 58.25 24.13 -
YUV 198.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 237 195 114 0 0.18 0.52 0.07 39.51 0.77 0.69
Hex ED C3 72 0 12 34 7 28 4D 45
Octal 355 303 162 0 22 64 7 50 115 105
Binary 11101101 11000011 1110010 0 10010 110100 111 101000 1001101 1000101

Color Harmonies of #EDC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC372

Black with #EDC372

Text Example


Text Example

White with #EDC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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