Html Css Color HEX #EDB065 Harvest Gold

📋 copy color: '#EDB065'

red 237 ◦ green 176 ◦ blue 101

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

Shades of Harvest Gold #EDB065

Tints of Harvest Gold #EDB065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

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

R = 46.11%
G = 34.24%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDB065 (or 0xEDB065) is known color: Harvest Gold. HEX triplet: ED, B0 and 65. RGB value is (237,176,101). Sum of RGB (Red+Green+Blue) = 237+176+101=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB065 is #124F9A. Grayscale: #BABABA. Windows color (decimal): -1200027 or 6664429. OLE color: 6664429.

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

Color convert

RGB 237 176 101 -
CMYK 0 0.26 0.57 0.07
HSL 33.09º 0.79% 0.66% -
HSV(B) 33.09º 0.57% 0.93% -
XYZ 52.8 49.99 19.18 -
YUV 185.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 237 176 101 0 0.26 0.57 0.07 33.09 0.79 0.66
Hex ED B0 65 0 1A 39 7 21 4F 42
Octal 355 260 145 0 32 71 7 41 117 102
Binary 11101101 10110000 1100101 0 11010 111001 111 100001 1001111 1000010

Color Harmonies of #EDB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB065

Black with #EDB065

Text Example


Text Example

White with #EDB065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB065; }

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

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

background-color css

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

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

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

border-color css

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

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

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