Html Css Color HEX #EDB261 Harvest Gold

📋 copy color: '#EDB261'

red 237 ◦ green 178 ◦ blue 97

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

Shades of Harvest Gold #EDB261

Tints of Harvest Gold #EDB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 97 (38.28% from 255) = 18.95%

R = 46.29%
G = 34.77%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB261 (or 0xEDB261) is known color: Harvest Gold. HEX triplet: ED, B2 and 61. RGB value is (237,178,97). Sum of RGB (Red+Green+Blue) = 237+178+97=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB261 is #124D9E. Grayscale: #BABABA. Windows color (decimal): -1199519 or 6402797. OLE color: 6402797.

HSL color Cylindrical-coordinate representation of color #EDB261: hue angle of 34.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDB261 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 97 -
CMYK 0 0.25 0.59 0.07
HSL 34.71º 0.8% 0.65% -
HSV(B) 34.71º 0.59% 0.93% -
XYZ 53 50.71 18.3 -
YUV 186.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 237 178 97 0 0.25 0.59 0.07 34.71 0.8 0.65
Hex ED B2 61 0 19 3B 7 23 50 41
Octal 355 262 141 0 31 73 7 43 120 101
Binary 11101101 10110010 1100001 0 11001 111011 111 100011 1010000 1000001

Color Harmonies of #EDB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB261

Black with #EDB261

Text Example


Text Example

White with #EDB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB261; }

 p { color: rgb(237,178,97); }

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

background-color css

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

 a { background-color: rgb(237,178,97); }

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

border-color css

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

 span { border-color: rgb(237,178,97); }

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