Html Css Color HEX #EDB65F Harvest Gold

📋 copy color: '#EDB65F'

red 237 ◦ green 182 ◦ blue 95

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

Shades of Harvest Gold #EDB65F

Tints of Harvest Gold #EDB65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.48%

R = 46.11%
G = 35.41%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDB65F (or 0xEDB65F) is known color: Harvest Gold. HEX triplet: ED, B6 and 5F. RGB value is (237,182,95). Sum of RGB (Red+Green+Blue) = 237+182+95=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB65F is #1249A0. Grayscale: #BCBCBC. Windows color (decimal): -1198497 or 6272749. OLE color: 6272749.

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

Color convert

RGB 237 182 95 -
CMYK 0 0.23 0.60 0.07
HSL 36.76º 0.8% 0.65% -
HSV(B) 36.76º 0.6% 0.93% -
XYZ 53.72 52.29 18.09 -
YUV 188.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 237 182 95 0 0.23 0.60 0.07 36.76 0.8 0.65
Hex ED B6 5F 0 17 3C 7 25 50 41
Octal 355 266 137 0 27 74 7 45 120 101
Binary 11101101 10110110 1011111 0 10111 111100 111 100101 1010000 1000001

Color Harmonies of #EDB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB65F

Black with #EDB65F

Text Example


Text Example

White with #EDB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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