Html Css Color HEX #EDB473 Harvest Gold

📋 copy color: '#EDB473'

red 237 ◦ green 180 ◦ blue 115

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

Shades of Harvest Gold #EDB473

Tints of Harvest Gold #EDB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.83%

 BLUE value IS 115 (45.31% from 255) = 21.62%

R = 44.55%
G = 33.83%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDB473 (or 0xEDB473) is known color: Harvest Gold. HEX triplet: ED, B4 and 73. RGB value is (237,180,115). Sum of RGB (Red+Green+Blue) = 237+180+115=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB473 is #124B8C. Grayscale: #BDBDBD. Windows color (decimal): -1198989 or 7582957. OLE color: 7582957.

HSL color Cylindrical-coordinate representation of color #EDB473: hue angle of 31.97º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB473 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 115 -
CMYK 0 0.24 0.51 0.07
HSL 31.97º 0.77% 0.69% -
HSV(B) 31.97º 0.51% 0.93% -
XYZ 54.34 51.88 23.37 -
YUV 189.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 237 180 115 0 0.24 0.51 0.07 31.97 0.77 0.69
Hex ED B4 73 0 18 33 7 20 4D 45
Octal 355 264 163 0 30 63 7 40 115 105
Binary 11101101 10110100 1110011 0 11000 110011 111 100000 1001101 1000101

Color Harmonies of #EDB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB473

Black with #EDB473

Text Example


Text Example

White with #EDB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB473; }

 p { color: rgb(237,180,115); }

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

background-color css

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

 a { background-color: rgb(237,180,115); }

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

border-color css

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

 span { border-color: rgb(237,180,115); }

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