Html Css Color HEX #EDB66E Harvest Gold

📋 copy color: '#EDB66E'

red 237 ◦ green 182 ◦ blue 110

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

Shades of Harvest Gold #EDB66E

Tints of Harvest Gold #EDB66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

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

R = 44.8%
G = 34.4%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDB66E (or 0xEDB66E) is known color: Harvest Gold. HEX triplet: ED, B6 and 6E. RGB value is (237,182,110). Sum of RGB (Red+Green+Blue) = 237+182+110=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB66E is #124991. Grayscale: #BEBEBE. Windows color (decimal): -1198482 or 7255789. OLE color: 7255789.

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

Color convert

RGB 237 182 110 -
CMYK 0 0.23 0.54 0.07
HSL 34.02º 0.78% 0.68% -
HSV(B) 34.02º 0.54% 0.93% -
XYZ 54.47 52.59 22.03 -
YUV 190.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 237 182 110 0 0.23 0.54 0.07 34.02 0.78 0.68
Hex ED B6 6E 0 17 36 7 22 4E 44
Octal 355 266 156 0 27 66 7 42 116 104
Binary 11101101 10110110 1101110 0 10111 110110 111 100010 1001110 1000100

Color Harmonies of #EDB66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB66E

Black with #EDB66E

Text Example


Text Example

White with #EDB66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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