Html Css Color HEX #EDB46F Harvest Gold

📋 copy color: '#EDB46F'

red 237 ◦ green 180 ◦ blue 111

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

Shades of Harvest Gold #EDB46F

Tints of Harvest Gold #EDB46F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.09%

 BLUE value IS 111 (43.75% from 255) = 21.02%

R = 44.89%
G = 34.09%
B = 21.02%

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

#EDB46F (or 0xEDB46F) is known color: Harvest Gold. HEX triplet: ED, B4 and 6F. RGB value is (237,180,111). Sum of RGB (Red+Green+Blue) = 237+180+111=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB46F is #124B90. Grayscale: #BDBDBD. Windows color (decimal): -1198993 or 7320813. OLE color: 7320813.

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

Color convert

RGB 237 180 111 -
CMYK 0 0.24 0.53 0.07
HSL 32.86º 0.78% 0.68% -
HSV(B) 32.86º 0.53% 0.93% -
XYZ 54.12 51.79 22.18 -
YUV 189.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 237 180 111 0 0.24 0.53 0.07 32.86 0.78 0.68
Hex ED B4 6F 0 18 35 7 21 4E 44
Octal 355 264 157 0 30 65 7 41 116 104
Binary 11101101 10110100 1101111 0 11000 110101 111 100001 1001110 1000100

Color Harmonies of #EDB46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB46F

Black with #EDB46F

Text Example


Text Example

White with #EDB46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB46F; }

 p { color: rgb(237,180,111); }

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

background-color css

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

 a { background-color: rgb(237,180,111); }

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

border-color css

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

 span { border-color: rgb(237,180,111); }

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