Html Css Color HEX #EDB872 Harvest Gold

📋 copy color: '#EDB872'

red 237 ◦ green 184 ◦ blue 114

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

Shades of Harvest Gold #EDB872

Tints of Harvest Gold #EDB872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.31%

R = 44.3%
G = 34.39%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB872 (or 0xEDB872) is known color: Harvest Gold. HEX triplet: ED, B8 and 72. RGB value is (237,184,114). Sum of RGB (Red+Green+Blue) = 237+184+114=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB872 is #12478D. Grayscale: #C0C0C0. Windows color (decimal): -1197966 or 7518445. OLE color: 7518445.

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

Color convert

RGB 237 184 114 -
CMYK 0 0.22 0.52 0.07
HSL 34.15º 0.77% 0.69% -
HSV(B) 34.15º 0.52% 0.93% -
XYZ 55.1 53.5 23.34 -
YUV 191.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 237 184 114 0 0.22 0.52 0.07 34.15 0.77 0.69
Hex ED B8 72 0 16 34 7 22 4D 45
Octal 355 270 162 0 26 64 7 42 115 105
Binary 11101101 10111000 1110010 0 10110 110100 111 100010 1001101 1000101

Color Harmonies of #EDB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB872

Black with #EDB872

Text Example


Text Example

White with #EDB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB872; }

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

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

background-color css

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

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

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

border-color css

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

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

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