Html Css Color HEX #EDB570 Harvest Gold

📋 copy color: '#EDB570'

red 237 ◦ green 181 ◦ blue 112

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

Shades of Harvest Gold #EDB570

Tints of Harvest Gold #EDB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 44.72%
G = 34.15%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDB570 (or 0xEDB570) is known color: Harvest Gold. HEX triplet: ED, B5 and 70. RGB value is (237,181,112). Sum of RGB (Red+Green+Blue) = 237+181+112=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB570 is #124A8F. Grayscale: #BEBEBE. Windows color (decimal): -1198736 or 7386605. OLE color: 7386605.

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

Color convert

RGB 237 181 112 -
CMYK 0 0.24 0.53 0.07
HSL 33.12º 0.78% 0.68% -
HSV(B) 33.12º 0.53% 0.93% -
XYZ 54.37 52.22 22.54 -
YUV 189.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 237 181 112 0 0.24 0.53 0.07 33.12 0.78 0.68
Hex ED B5 70 0 18 35 7 21 4E 44
Octal 355 265 160 0 30 65 7 41 116 104
Binary 11101101 10110101 1110000 0 11000 110101 111 100001 1001110 1000100

Color Harmonies of #EDB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB570

Black with #EDB570

Text Example


Text Example

White with #EDB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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