Html Css Color HEX #EDB46E Harvest Gold

📋 copy color: '#EDB46E'

red 237 ◦ green 180 ◦ blue 110

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

Shades of Harvest Gold #EDB46E

Tints of Harvest Gold #EDB46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.87%

R = 44.97%
G = 34.16%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDB46E (or 0xEDB46E) is known color: Harvest Gold. HEX triplet: ED, B4 and 6E. RGB value is (237,180,110). Sum of RGB (Red+Green+Blue) = 237+180+110=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB46E is #124B91. Grayscale: #BDBDBD. Windows color (decimal): -1198994 or 7255277. OLE color: 7255277.

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

Color convert

RGB 237 180 110 -
CMYK 0 0.24 0.54 0.07
HSL 33.07º 0.78% 0.68% -
HSV(B) 33.07º 0.54% 0.93% -
XYZ 54.06 51.77 21.9 -
YUV 189.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 237 180 110 0 0.24 0.54 0.07 33.07 0.78 0.68
Hex ED B4 6E 0 18 36 7 21 4E 44
Octal 355 264 156 0 30 66 7 41 116 104
Binary 11101101 10110100 1101110 0 11000 110110 111 100001 1001110 1000100

Color Harmonies of #EDB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB46E

Black with #EDB46E

Text Example


Text Example

White with #EDB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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