Html Css Color HEX #EDB16E Harvest Gold

📋 copy color: '#EDB16E'

red 237 ◦ green 177 ◦ blue 110

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

Shades of Harvest Gold #EDB16E

Tints of Harvest Gold #EDB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.78%

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

R = 45.23%
G = 33.78%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDB16E (or 0xEDB16E) is known color: Harvest Gold. HEX triplet: ED, B1 and 6E. RGB value is (237,177,110). Sum of RGB (Red+Green+Blue) = 237+177+110=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB16E is #124E91. Grayscale: #BBBBBB. Windows color (decimal): -1199762 or 7254509. OLE color: 7254509.

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

Color convert

RGB 237 177 110 -
CMYK 0 0.25 0.54 0.07
HSL 31.65º 0.78% 0.68% -
HSV(B) 31.65º 0.54% 0.93% -
XYZ 53.46 50.57 21.7 -
YUV 187.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 237 177 110 0 0.25 0.54 0.07 31.65 0.78 0.68
Hex ED B1 6E 0 19 36 7 20 4E 44
Octal 355 261 156 0 31 66 7 40 116 104
Binary 11101101 10110001 1101110 0 11001 110110 111 100000 1001110 1000100

Color Harmonies of #EDB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB16E

Black with #EDB16E

Text Example


Text Example

White with #EDB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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