Html Css Color HEX #EDB864 Harvest Gold

📋 copy color: '#EDB864'

red 237 ◦ green 184 ◦ blue 100

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

Shades of Harvest Gold #EDB864

Tints of Harvest Gold #EDB864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.32%

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

R = 45.49%
G = 35.32%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDB864 (or 0xEDB864) is known color: Harvest Gold. HEX triplet: ED, B8 and 64. RGB value is (237,184,100). Sum of RGB (Red+Green+Blue) = 237+184+100=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB864 is #12479B. Grayscale: #BEBEBE. Windows color (decimal): -1197980 or 6600941. OLE color: 6600941.

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

Color convert

RGB 237 184 100 -
CMYK 0 0.22 0.58 0.07
HSL 36.79º 0.79% 0.66% -
HSV(B) 36.79º 0.58% 0.93% -
XYZ 54.37 53.21 19.46 -
YUV 190.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 237 184 100 0 0.22 0.58 0.07 36.79 0.79 0.66
Hex ED B8 64 0 16 3A 7 25 4F 42
Octal 355 270 144 0 26 72 7 45 117 102
Binary 11101101 10111000 1100100 0 10110 111010 111 100101 1001111 1000010

Color Harmonies of #EDB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB864

Black with #EDB864

Text Example


Text Example

White with #EDB864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB864; }

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

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

background-color css

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

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

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

border-color css

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

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

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