Html Css Color HEX #EDB070 Harvest Gold

📋 copy color: '#EDB070'

red 237 ◦ green 176 ◦ blue 112

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

Shades of Harvest Gold #EDB070

Tints of Harvest Gold #EDB070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.52%

 BLUE value IS 112 (44.14% from 255) = 21.33%

R = 45.14%
G = 33.52%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDB070 (or 0xEDB070) is known color: Harvest Gold. HEX triplet: ED, B0 and 70. RGB value is (237,176,112). Sum of RGB (Red+Green+Blue) = 237+176+112=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB070 is #124F8F. Grayscale: #BBBBBB. Windows color (decimal): -1200016 or 7385325. OLE color: 7385325.

HSL color Cylindrical-coordinate representation of color #EDB070: hue angle of 30.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDB070 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 112 -
CMYK 0 0.26 0.53 0.07
HSL 30.72º 0.78% 0.68% -
HSV(B) 30.72º 0.53% 0.93% -
XYZ 53.38 50.23 22.21 -
YUV 186.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 237 176 112 0 0.26 0.53 0.07 30.72 0.78 0.68
Hex ED B0 70 0 1A 35 7 1F 4E 44
Octal 355 260 160 0 32 65 7 37 116 104
Binary 11101101 10110000 1110000 0 11010 110101 111 11111 1001110 1000100

Color Harmonies of #EDB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB070

Black with #EDB070

Text Example


Text Example

White with #EDB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB070; }

 p { color: rgb(237,176,112); }

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

background-color css

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

 a { background-color: rgb(237,176,112); }

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

border-color css

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

 span { border-color: rgb(237,176,112); }

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