Html Css Color HEX #EDB16F Harvest Gold

📋 copy color: '#EDB16F'

red 237 ◦ green 177 ◦ blue 111

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

Shades of Harvest Gold #EDB16F

Tints of Harvest Gold #EDB16F

RGB

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

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

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

R = 45.14%
G = 33.71%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDB16F (or 0xEDB16F) is known color: Harvest Gold. HEX triplet: ED, B1 and 6F. RGB value is (237,177,111). Sum of RGB (Red+Green+Blue) = 237+177+111=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB16F is #124E90. Grayscale: #BBBBBB. Windows color (decimal): -1199761 or 7320045. OLE color: 7320045.

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

Color convert

RGB 237 177 111 -
CMYK 0 0.25 0.53 0.07
HSL 31.43º 0.78% 0.68% -
HSV(B) 31.43º 0.53% 0.93% -
XYZ 53.52 50.6 21.98 -
YUV 187.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 237 177 111 0 0.25 0.53 0.07 31.43 0.78 0.68
Hex ED B1 6F 0 19 35 7 1F 4E 44
Octal 355 261 157 0 31 65 7 37 116 104
Binary 11101101 10110001 1101111 0 11001 110101 111 11111 1001110 1000100

Color Harmonies of #EDB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB16F

Black with #EDB16F

Text Example


Text Example

White with #EDB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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