Html Css Color HEX #EDB672 Harvest Gold

📋 copy color: '#EDB672'

red 237 ◦ green 182 ◦ blue 114

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

Shades of Harvest Gold #EDB672

Tints of Harvest Gold #EDB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.15%

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

R = 44.47%
G = 34.15%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB672 (or 0xEDB672) is known color: Harvest Gold. HEX triplet: ED, B6 and 72. RGB value is (237,182,114). Sum of RGB (Red+Green+Blue) = 237+182+114=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB672 is #12498D. Grayscale: #BFBFBF. Windows color (decimal): -1198478 or 7517933. OLE color: 7517933.

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

Color convert

RGB 237 182 114 -
CMYK 0 0.23 0.52 0.07
HSL 33.17º 0.77% 0.69% -
HSV(B) 33.17º 0.52% 0.93% -
XYZ 54.69 52.68 23.2 -
YUV 190.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 237 182 114 0 0.23 0.52 0.07 33.17 0.77 0.69
Hex ED B6 72 0 17 34 7 21 4D 45
Octal 355 266 162 0 27 64 7 41 115 105
Binary 11101101 10110110 1110010 0 10111 110100 111 100001 1001101 1000101

Color Harmonies of #EDB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB672

Black with #EDB672

Text Example


Text Example

White with #EDB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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