Html Css Color HEX #EDB273 Harvest Gold

📋 copy color: '#EDB273'

red 237 ◦ green 178 ◦ blue 115

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

Shades of Harvest Gold #EDB273

Tints of Harvest Gold #EDB273

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 44.72%
G = 33.58%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDB273 (or 0xEDB273) is known color: Harvest Gold. HEX triplet: ED, B2 and 73. RGB value is (237,178,115). Sum of RGB (Red+Green+Blue) = 237+178+115=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB273 is #124D8C. Grayscale: #BCBCBC. Windows color (decimal): -1199501 or 7582445. OLE color: 7582445.

HSL color Cylindrical-coordinate representation of color #EDB273: hue angle of 30.98º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB273 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 115 -
CMYK 0 0.25 0.51 0.07
HSL 30.98º 0.77% 0.69% -
HSV(B) 30.98º 0.51% 0.93% -
XYZ 53.94 51.08 23.24 -
YUV 188.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 237 178 115 0 0.25 0.51 0.07 30.98 0.77 0.69
Hex ED B2 73 0 19 33 7 1F 4D 45
Octal 355 262 163 0 31 63 7 37 115 105
Binary 11101101 10110010 1110011 0 11001 110011 111 11111 1001101 1000101

Color Harmonies of #EDB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB273

Black with #EDB273

Text Example


Text Example

White with #EDB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB273; }

 p { color: rgb(237,178,115); }

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

background-color css

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

 a { background-color: rgb(237,178,115); }

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

border-color css

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

 span { border-color: rgb(237,178,115); }

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