Html Css Color HEX #EDB965 Harvest Gold

📋 copy color: '#EDB965'

red 237 ◦ green 185 ◦ blue 101

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

Shades of Harvest Gold #EDB965

Tints of Harvest Gold #EDB965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 101 (39.84% from 255) = 19.31%

R = 45.32%
G = 35.37%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDB965 (or 0xEDB965) is known color: Harvest Gold. HEX triplet: ED, B9 and 65. RGB value is (237,185,101). Sum of RGB (Red+Green+Blue) = 237+185+101=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB965 is #12469A. Grayscale: #BFBFBF. Windows color (decimal): -1197723 or 6666733. OLE color: 6666733.

HSL color Cylindrical-coordinate representation of color #EDB965: hue angle of 37.06º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDB965 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 101 -
CMYK 0 0.22 0.57 0.07
HSL 37.06º 0.79% 0.66% -
HSV(B) 37.06º 0.57% 0.93% -
XYZ 54.62 53.64 19.79 -
YUV 190.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 237 185 101 0 0.22 0.57 0.07 37.06 0.79 0.66
Hex ED B9 65 0 16 39 7 25 4F 42
Octal 355 271 145 0 26 71 7 45 117 102
Binary 11101101 10111001 1100101 0 10110 111001 111 100101 1001111 1000010

Color Harmonies of #EDB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB965

Black with #EDB965

Text Example


Text Example

White with #EDB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB965; }

 p { color: rgb(237,185,101); }

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

background-color css

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

 a { background-color: rgb(237,185,101); }

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

border-color css

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

 span { border-color: rgb(237,185,101); }

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