Html Css Color HEX #EDB270 Harvest Gold

📋 copy color: '#EDB270'

red 237 ◦ green 178 ◦ blue 112

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

Shades of Harvest Gold #EDB270

Tints of Harvest Gold #EDB270

RGB

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

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

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

R = 44.97%
G = 33.78%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDB270 (or 0xEDB270) is known color: Harvest Gold. HEX triplet: ED, B2 and 70. RGB value is (237,178,112). Sum of RGB (Red+Green+Blue) = 237+178+112=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB270 is #124D8F. Grayscale: #BCBCBC. Windows color (decimal): -1199504 or 7385837. OLE color: 7385837.

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

Color convert

RGB 237 178 112 -
CMYK 0 0.25 0.53 0.07
HSL 31.68º 0.78% 0.68% -
HSV(B) 31.68º 0.53% 0.93% -
XYZ 53.77 51.02 22.34 -
YUV 188.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 237 178 112 0 0.25 0.53 0.07 31.68 0.78 0.68
Hex ED B2 70 0 19 35 7 20 4E 44
Octal 355 262 160 0 31 65 7 40 116 104
Binary 11101101 10110010 1110000 0 11001 110101 111 100000 1001110 1000100

Color Harmonies of #EDB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB270

Black with #EDB270

Text Example


Text Example

White with #EDB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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