Html Css Color HEX #EDB96E Harvest Gold

📋 copy color: '#EDB96E'

red 237 ◦ green 185 ◦ blue 110

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

Shades of Harvest Gold #EDB96E

Tints of Harvest Gold #EDB96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

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

R = 44.55%
G = 34.77%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDB96E (or 0xEDB96E) is known color: Harvest Gold. HEX triplet: ED, B9 and 6E. RGB value is (237,185,110). Sum of RGB (Red+Green+Blue) = 237+185+110=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB96E is #124691. Grayscale: #C0C0C0. Windows color (decimal): -1197714 or 7256557. OLE color: 7256557.

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

Color convert

RGB 237 185 110 -
CMYK 0 0.22 0.54 0.07
HSL 35.43º 0.78% 0.68% -
HSV(B) 35.43º 0.54% 0.93% -
XYZ 55.09 53.83 22.24 -
YUV 192 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 237 185 110 0 0.22 0.54 0.07 35.43 0.78 0.68
Hex ED B9 6E 0 16 36 7 23 4E 44
Octal 355 271 156 0 26 66 7 43 116 104
Binary 11101101 10111001 1101110 0 10110 110110 111 100011 1001110 1000100

Color Harmonies of #EDB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB96E

Black with #EDB96E

Text Example


Text Example

White with #EDB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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