Html Css Color HEX #EDBB70 Harvest Gold

📋 copy color: '#EDBB70'

red 237 ◦ green 187 ◦ blue 112

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

Shades of Harvest Gold #EDBB70

Tints of Harvest Gold #EDBB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.89%

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

R = 44.22%
G = 34.89%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDBB70 (or 0xEDBB70) is known color: Harvest Gold. HEX triplet: ED, BB and 70. RGB value is (237,187,112). Sum of RGB (Red+Green+Blue) = 237+187+112=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB70 is #12448F. Grayscale: #C1C1C1. Windows color (decimal): -1197200 or 7388141. OLE color: 7388141.

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

Color convert

RGB 237 187 112 -
CMYK 0 0.21 0.53 0.07
HSL 36º 0.78% 0.68% -
HSV(B) 36º 0.53% 0.93% -
XYZ 55.62 54.72 22.96 -
YUV 193.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 237 187 112 0 0.21 0.53 0.07 36 0.78 0.68
Hex ED BB 70 0 15 35 7 24 4E 44
Octal 355 273 160 0 25 65 7 44 116 104
Binary 11101101 10111011 1110000 0 10101 110101 111 100100 1001110 1000100

Color Harmonies of #EDBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB70

Black with #EDBB70

Text Example


Text Example

White with #EDBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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