Html Css Color HEX #EDB671 Harvest Gold

📋 copy color: '#EDB671'

red 237 ◦ green 182 ◦ blue 113

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

Shades of Harvest Gold #EDB671

Tints of Harvest Gold #EDB671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.24%

R = 44.55%
G = 34.21%
B = 21.24%

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

#EDB671 (or 0xEDB671) is known color: Harvest Gold. HEX triplet: ED, B6 and 71. RGB value is (237,182,113). Sum of RGB (Red+Green+Blue) = 237+182+113=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB671 is #12498E. Grayscale: #BEBEBE. Windows color (decimal): -1198479 or 7452397. OLE color: 7452397.

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

Color convert

RGB 237 182 113 -
CMYK 0 0.23 0.52 0.07
HSL 33.39º 0.78% 0.69% -
HSV(B) 33.39º 0.52% 0.93% -
XYZ 54.63 52.65 22.91 -
YUV 190.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 237 182 113 0 0.23 0.52 0.07 33.39 0.78 0.69
Hex ED B6 71 0 17 34 7 21 4E 45
Octal 355 266 161 0 27 64 7 41 116 105
Binary 11101101 10110110 1110001 0 10111 110100 111 100001 1001110 1000101

Color Harmonies of #EDB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB671

Black with #EDB671

Text Example


Text Example

White with #EDB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB671; }

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

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

background-color css

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

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

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

border-color css

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

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

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