Html Css Color HEX #EDB372 Harvest Gold

📋 copy color: '#EDB372'

red 237 ◦ green 179 ◦ blue 114

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

Shades of Harvest Gold #EDB372

Tints of Harvest Gold #EDB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.77%

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

R = 44.72%
G = 33.77%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB372 (or 0xEDB372) is known color: Harvest Gold. HEX triplet: ED, B3 and 72. RGB value is (237,179,114). Sum of RGB (Red+Green+Blue) = 237+179+114=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB372 is #124C8D. Grayscale: #BDBDBD. Windows color (decimal): -1199246 or 7517165. OLE color: 7517165.

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

Color convert

RGB 237 179 114 -
CMYK 0 0.24 0.52 0.07
HSL 31.71º 0.77% 0.69% -
HSV(B) 31.71º 0.52% 0.93% -
XYZ 54.08 51.46 23 -
YUV 188.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 237 179 114 0 0.24 0.52 0.07 31.71 0.77 0.69
Hex ED B3 72 0 18 34 7 20 4D 45
Octal 355 263 162 0 30 64 7 40 115 105
Binary 11101101 10110011 1110010 0 11000 110100 111 100000 1001101 1000101

Color Harmonies of #EDB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB372

Black with #EDB372

Text Example


Text Example

White with #EDB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB372; }

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

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

background-color css

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

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

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

border-color css

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

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

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