Html Css Color HEX #EDB364 Harvest Gold

📋 copy color: '#EDB364'

red 237 ◦ green 179 ◦ blue 100

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

Shades of Harvest Gold #EDB364

Tints of Harvest Gold #EDB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.69%

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

R = 45.93%
G = 34.69%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDB364 (or 0xEDB364) is known color: Harvest Gold. HEX triplet: ED, B3 and 64. RGB value is (237,179,100). Sum of RGB (Red+Green+Blue) = 237+179+100=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB364 is #124C9B. Grayscale: #BBBBBB. Windows color (decimal): -1199260 or 6599661. OLE color: 6599661.

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

Color convert

RGB 237 179 100 -
CMYK 0 0.24 0.58 0.07
HSL 34.6º 0.79% 0.66% -
HSV(B) 34.6º 0.58% 0.93% -
XYZ 53.35 51.16 19.12 -
YUV 187.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 237 179 100 0 0.24 0.58 0.07 34.6 0.79 0.66
Hex ED B3 64 0 18 3A 7 23 4F 42
Octal 355 263 144 0 30 72 7 43 117 102
Binary 11101101 10110011 1100100 0 11000 111010 111 100011 1001111 1000010

Color Harmonies of #EDB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB364

Black with #EDB364

Text Example


Text Example

White with #EDB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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