Html Css Color HEX #EDBF60 Harvest Gold

📋 copy color: '#EDBF60'

red 237 ◦ green 191 ◦ blue 96

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

Shades of Harvest Gold #EDBF60

Tints of Harvest Gold #EDBF60

RGB

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

 GREEN value IS 191 (75% from 255) = 36.45%

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 45.23%
G = 36.45%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDBF60 (or 0xEDBF60) is known color: Harvest Gold. HEX triplet: ED, BF and 60. RGB value is (237,191,96). Sum of RGB (Red+Green+Blue) = 237+191+96=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF60 is #12409F. Grayscale: #C2C2C2. Windows color (decimal): -1196192 or 6340589. OLE color: 6340589.

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

Color convert

RGB 237 191 96 -
CMYK 0 0.19 0.59 0.07
HSL 40.43º 0.8% 0.65% -
HSV(B) 40.43º 0.59% 0.93% -
XYZ 55.67 56.11 18.96 -
YUV 193.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 237 191 96 0 0.19 0.59 0.07 40.43 0.8 0.65
Hex ED BF 60 0 13 3B 7 28 50 41
Octal 355 277 140 0 23 73 7 50 120 101
Binary 11101101 10111111 1100000 0 10011 111011 111 101000 1010000 1000001

Color Harmonies of #EDBF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF60

Black with #EDBF60

Text Example


Text Example

White with #EDBF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF60; }

 p { color: rgb(237,191,96); }

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

background-color css

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

 a { background-color: rgb(237,191,96); }

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

border-color css

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

 span { border-color: rgb(237,191,96); }

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