Html Css Color HEX #EDB664 Harvest Gold

📋 copy color: '#EDB664'

red 237 ◦ green 182 ◦ blue 100

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

Shades of Harvest Gold #EDB664

Tints of Harvest Gold #EDB664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 45.66%
G = 35.07%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDB664 (or 0xEDB664) is known color: Harvest Gold. HEX triplet: ED, B6 and 64. RGB value is (237,182,100). Sum of RGB (Red+Green+Blue) = 237+182+100=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB664 is #12499B. Grayscale: #BDBDBD. Windows color (decimal): -1198492 or 6600429. OLE color: 6600429.

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

Color convert

RGB 237 182 100 -
CMYK 0 0.23 0.58 0.07
HSL 35.91º 0.79% 0.66% -
HSV(B) 35.91º 0.58% 0.93% -
XYZ 53.95 52.38 19.32 -
YUV 189.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 237 182 100 0 0.23 0.58 0.07 35.91 0.79 0.66
Hex ED B6 64 0 17 3A 7 24 4F 42
Octal 355 266 144 0 27 72 7 44 117 102
Binary 11101101 10110110 1100100 0 10111 111010 111 100100 1001111 1000010

Color Harmonies of #EDB664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB664

Black with #EDB664

Text Example


Text Example

White with #EDB664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB664; }

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

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

background-color css

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

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

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

border-color css

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

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

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